From d35e45b939ab17ea618408bebdb8954750b5e1fc Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 13 Jul 2012 13:43:38 +0200 Subject: [PATCH] Invoke autoheader after libtool/aclocal to work on up-to-date data --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2