aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-07-13 13:43:38 +0200
committerMartin Willi <martin@revosec.ch>2012-07-13 13:43:38 +0200
commitd35e45b939ab17ea618408bebdb8954750b5e1fc (patch)
treecc45d9bcc773f8a73775e44c31e0f37faf2d5bf5
parent40ae0feeb1d36839a337003e976a26d69cc71be2 (diff)
downloadstrongswan-d35e45b939ab17ea618408bebdb8954750b5e1fc.tar.bz2
strongswan-d35e45b939ab17ea618408bebdb8954750b5e1fc.tar.xz
Invoke autoheader after libtool/aclocal to work on up-to-date data
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 2934552ed..5aae43676 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,9 +12,9 @@ case "$LIBTOOLIZE" in
;;
esac
-autoheader &&
$LIBTOOLIZE --force &&
aclocal &&
+autoheader &&
automake -a &&
autoconf