diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | autogen.sh | 8 |
2 files changed, 10 insertions, 4 deletions
@@ -1,5 +1,11 @@ 2006-07-31 Bruno Haible <bruno@clisp.org> + * 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 <bruno@clisp.org> + * autogen.sh: If GNULIB_TOOL is not set, make an anonymous checkout of gnulib. @@ -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 |