summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-10-23 11:18:26 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:11 +0200
commitf6fb612653067742d0962cb0350bb280be78f188 (patch)
treef96d22b4e8513734cd3746570033f3bf42b0888c /autogen.sh
parent73d9fc78d55e20be296f136d67fa78e22b61af56 (diff)
downloadexternal_gettext-f6fb612653067742d0962cb0350bb280be78f188.zip
external_gettext-f6fb612653067742d0962cb0350bb280be78f188.tar.gz
external_gettext-f6fb612653067742d0962cb0350bb280be78f188.tar.bz2
Fix the build of libgettextpo with a separate gnulib checkout.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index c94a2f9..3767f55 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -201,7 +201,6 @@ if test -n "$GNULIB_TOOL"; then
GNULIB_MODULES_OTHER=''
$GNULIB_TOOL --dir=gettext-tools --source-base=libgettextpo --m4-base=libgettextpo/gnulib-m4 --macro-prefix=gtpo --makefile-name=Makefile.gnulib --libtool --local-dir=gnulib-local \
--import $GNULIB_MODULES_FOR_LIBGETTEXTPO $GNULIB_MODULES_OTHER
- rm -rf gettext-tools/libgettextpo/gnulib-m4
fi
(cd autoconf-lib-link
@@ -211,7 +210,7 @@ fi
)
(cd gettext-runtime
- aclocal -I m4 -I gnulib-m4 -I ../autoconf-lib-link/m4 -I ../m4
+ aclocal -I m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4
autoconf
autoheader && touch config.h.in
automake
@@ -227,7 +226,7 @@ fi
cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS
(cd gettext-tools
- aclocal -I m4 -I gnulib-m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4
+ aclocal -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4 -I libgettextpo/gnulib-m4
autoconf
autoheader && touch config.h.in
automake