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 /autogen.sh | |
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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |