aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2013-07-18 12:01:18 +0200
committerMartin Willi <martin@revosec.ch>2013-07-18 14:59:19 +0200
commitaf2db7a6510a571f9131a9143415496addcc6861 (patch)
tree5ace412c48acc1091ec5a4af44f30577c0cb072a /autogen.sh
parent19cb07b89050c0e3ea6a11e1914318c4ff1284b5 (diff)
downloadstrongswan-af2db7a6510a571f9131a9143415496addcc6861.tar.bz2
strongswan-af2db7a6510a571f9131a9143415496addcc6861.tar.xz
autoconf: replace autogen.sh custom script with a call to autoreconf -i
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh19
1 files changed, 1 insertions, 18 deletions
diff --git a/autogen.sh b/autogen.sh
index 5aae43676..7c590a31e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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