]> git.ipfire.org Git - people/ms/strongswan.git/blobdiff - autogen.sh
thread: Add a function to pop and call all registered cleanup handlers
[people/ms/strongswan.git] / autogen.sh
index 2934552ed0daa9342b4f5587d8414164a9b6dcd9..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
-
-autoheader &&
-$LIBTOOLIZE --force &&
-aclocal &&
-automake -a &&
-autoconf
-
+autoreconf -i