Fix jhbuild autobuild --clean
[jhbuild.git] / tests / autotools / autogen.sh
blob4f5da01e3c6f128c4548dc0c3bf04796d937e563
1 #!/bin/sh
3 srcdir=`dirname $0`
4 test -z "$srcdir" && srcdir=.
6 aclocal
7 automake --add-missing
8 autoconf
10 exec $srcdir/configure "$@"