From: Bruno Haible Date: Wed, 2 Aug 2006 14:45:03 +0000 (+0000) Subject: Avoid the need to run autogen.sh twice. X-Git-Tag: 0.16.x-branchpoint~234 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff8d036a2e43cb5c5f8fec176ca925193d393929;p=thirdparty%2Fgettext.git Avoid the need to run autogen.sh twice. --- diff --git a/ChangeLog b/ChangeLog index 0fc467694..c893c1763 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-07-31 Bruno Haible + + * autogen.sh: Process the top-level directory after its subdirectories, + not before. Needed because of the recursive autoconf invocation in + the top-level configure.ac. + 2006-07-31 Bruno Haible * autogen.sh: If GNULIB_TOOL is not set, make an anonymous checkout diff --git a/autogen.sh b/autogen.sh index d17d4dd51..f48d0deab 100755 --- a/autogen.sh +++ b/autogen.sh @@ -141,10 +141,6 @@ if test -n "$GNULIB_TOOL"; then --import $GNULIB_MODULES_FOR_SRC $GNULIB_MODULES_OTHER fi -aclocal -autoconf -automake - (cd autoconf-lib-link aclocal -I m4 -I ../m4 autoconf @@ -184,4 +180,8 @@ cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS fi ) +aclocal +autoconf +automake + cp -p autoconf-lib-link/config.rpath build-aux/config.rpath