[3.0] Bump libgdata to 0.6.4
[jhbuild/xnox.git] / tests / libhello / autogen.sh
blob1a45039b38b0ef17eb8325eba9418a582ae0ea86
1 #!/bin/sh
3 srcdir=`dirname $0`
4 test -z "$srcdir" && srcdir=.
6 libtoolize
7 aclocal
8 automake --add-missing
9 autoconf
11 exec $srcdir/configure "$@"