summaryrefslogtreecommitdiffstats
path: root/autogen.sh
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 /autogen.sh
parent6e6ce3cd915d8c92df815c728c08a2772ad54417 (diff)
downloadexternal_gettext-ff8d036a2e43cb5c5f8fec176ca925193d393929.zip
external_gettext-ff8d036a2e43cb5c5f8fec176ca925193d393929.tar.gz
external_gettext-ff8d036a2e43cb5c5f8fec176ca925193d393929.tar.bz2
Avoid the need to run autogen.sh twice.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 4 insertions, 4 deletions
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