]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
autoconf: replace autogen.sh custom script with a call to autoreconf -i
authorMartin Willi <martin@revosec.ch>
Thu, 18 Jul 2013 10:01:18 +0000 (12:01 +0200)
committerMartin Willi <martin@revosec.ch>
Thu, 18 Jul 2013 12:59:19 +0000 (14:59 +0200)
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