autogen.sh: replace superproject part by call to autoreconf
authorSven Verdoolaege <[email protected]>
Sun, 4 Sep 2011 08:39:14 +0000 (4 10:39 +0200)
committerSven Verdoolaege <[email protected]>
Sun, 4 Sep 2011 11:39:03 +0000 (4 13:39 +0200)
Signed-off-by: Sven Verdoolaege <[email protected]>
autogen.sh

index acdad8c..c89d662 100755 (executable)
@@ -1,8 +1,5 @@
 #!/bin/sh
-libtoolize -c
-aclocal -I m4
-automake -a -c --foreign
-autoconf
+autoreconf -i --no-recursive
 if test -f isl/autogen.sh; then
        (cd isl; ./autogen.sh)
 fi