diff options
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ #!/bin/sh -aclocal || exit 1 +aclocal-1.8 || exit 1 autoheader || exit 1 libtoolize --automake -c -f || exit 1 autoconf || exit 1 -automake -a -c || exit 1 +automake-1.8 -a -c || exit 1 if [ -x ./test.sh ] ; then exec ./test.sh "$@" |