]> git.ipfire.org Git - people/ms/strongswan.git/blobdiff - autogen.sh
unit-tests: Use a larger timeout for test vector testing
[people/ms/strongswan.git] / autogen.sh
index 5aae43676637fbc3a3628ba12c7ac5e1d585e815..7c590a31ea7d35bc4823ef148f27ee1ee71f01e8 100755 (executable)
@@ -1,20 +1,3 @@
 #!/bin/sh
 
-LIBTOOLIZE=`which glibtoolize 2>/dev/null`
-case "$LIBTOOLIZE" in
-       /* )    ;;
-       *  )    LIBTOOLIZE=`which libtoolize 2>/dev/null`
-               case "$LIBTOOLIZE" in
-                       /* )    ;;
-                       *  )    LIBTOOLIZE=libtoolize
-                               ;;
-               esac
-               ;;
-esac
-
-$LIBTOOLIZE --force &&
-aclocal &&
-autoheader &&
-automake -a &&
-autoconf
-
+autoreconf -i