From fdf1a41094f068da08e5c44b645e440f045b0eb7 Mon Sep 17 00:00:00 2001 From: Noah Watkins Date: Wed, 15 Jan 2014 10:43:49 -0800 Subject: [PATCH] autogen: re-run aclocal after libtoolize This seems to prevent configure from re-running after the first invocation of 'make' following ./autogen.sh. The autoreconf script also does this. Signed-off-by: Noah Watkins --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index 83c0104450d20..103caa4577f07 100755 --- a/autogen.sh +++ b/autogen.sh @@ -27,6 +27,7 @@ rm -f config.cache aclocal -I m4 --install check_for_pkg_config $LIBTOOLIZE --force --copy +aclocal -I m4 --install autoconf autoheader automake -a --add-missing -Wall -- 2.39.5