]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
autogen: re-run aclocal after libtoolize 1097/head
authorNoah Watkins <noahwatkins@gmail.com>
Wed, 15 Jan 2014 18:43:49 +0000 (10:43 -0800)
committerNoah Watkins <noahwatkins@gmail.com>
Wed, 15 Jan 2014 18:43:49 +0000 (10:43 -0800)
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 <noahwatkins@gmail.com>
autogen.sh

index 83c0104450d20b424d22a26202d58eaeae2587da..103caa4577f075a948fc5386ba171b3a91ec6c81 100755 (executable)
@@ -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