summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: afa202ddb8b3b758c7e2ab101c2d39ede9bbb996 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.


aclocal -I m4
autoheader
autoconf
./configure $*