From: Martin Willi Date: Fri, 13 Jul 2012 11:43:38 +0000 (+0200) Subject: Invoke autoheader after libtool/aclocal to work on up-to-date data X-Git-Tag: 5.0.1~384 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d35e45b939ab17ea618408bebdb8954750b5e1fc;p=thirdparty%2Fstrongswan.git Invoke autoheader after libtool/aclocal to work on up-to-date data --- diff --git a/autogen.sh b/autogen.sh index 2934552ed0..5aae436766 100755 --- a/autogen.sh +++ b/autogen.sh @@ -12,9 +12,9 @@ case "$LIBTOOLIZE" in ;; esac -autoheader && $LIBTOOLIZE --force && aclocal && +autoheader && automake -a && autoconf