blob: afa202ddb8b3b758c7e2ab101c2d39ede9bbb996 [file] [log] [blame]
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
aclocal -I m4
autoheader
autoconf
./configure $*