From ff8d036a2e43cb5c5f8fec176ca925193d393929 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 2 Aug 2006 14:45:03 +0000 Subject: Avoid the need to run autogen.sh twice. --- autogen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'autogen.sh') 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 -- cgit v1.1