diff options
author | Bruno Haible <bruno@clisp.org> | 2006-10-23 11:18:26 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:11 +0200 |
commit | f6fb612653067742d0962cb0350bb280be78f188 (patch) | |
tree | f96d22b4e8513734cd3746570033f3bf42b0888c /autogen.sh | |
parent | 73d9fc78d55e20be296f136d67fa78e22b61af56 (diff) | |
download | external_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-x | autogen.sh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |