From: Noah Watkins Date: Wed, 15 Jan 2014 18:43:49 +0000 (-0800) Subject: autogen: re-run aclocal after libtoolize X-Git-Tag: v0.78~312^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fdf1a41094f068da08e5c44b645e440f045b0eb7;p=ceph.git 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 --- diff --git a/autogen.sh b/autogen.sh index 83c0104450d..103caa4577f 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