diff options
author | Bruno Haible <bruno@clisp.org> | 2006-08-02 14:45:03 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:51 +0200 |
commit | ff8d036a2e43cb5c5f8fec176ca925193d393929 (patch) | |
tree | 453eef5177484b139a1c6ab79655b91cef831167 | |
parent | 6e6ce3cd915d8c92df815c728c08a2772ad54417 (diff) | |
download | external_gettext-ff8d036a2e43cb5c5f8fec176ca925193d393929.zip external_gettext-ff8d036a2e43cb5c5f8fec176ca925193d393929.tar.gz external_gettext-ff8d036a2e43cb5c5f8fec176ca925193d393929.tar.bz2 |
Avoid the need to run autogen.sh twice.
-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 |