summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-08-02 14:45:03 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:13:51 +0200
commitff8d036a2e43cb5c5f8fec176ca925193d393929 (patch)
tree453eef5177484b139a1c6ab79655b91cef831167
parent6e6ce3cd915d8c92df815c728c08a2772ad54417 (diff)
downloadexternal_gettext-ff8d036a2e43cb5c5f8fec176ca925193d393929.zip
external_gettext-ff8d036a2e43cb5c5f8fec176ca925193d393929.tar.gz
external_gettext-ff8d036a2e43cb5c5f8fec176ca925193d393929.tar.bz2
Avoid the need to run autogen.sh twice.
-rw-r--r--ChangeLog6
-rwxr-xr-xautogen.sh8
2 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fc4676..c893c17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/autogen.sh b/autogen.sh
index d17d4dd..f48d0de 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