[2.30] set glade3 to its 2.28 branch
[jhbuild/xnox.git] / tests / hello / 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 "$@"