summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-01 11:05:38 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:07 +0200
commitfec4d48a6797773ab8141f22b5de990f266d8056 (patch)
tree0700addc0a9a0d59db7d9942780a250159799fc4 /autogen.sh
parentbc26178ab23419112268eb89eb028c73b9496cc9 (diff)
downloadexternal_gettext-fec4d48a6797773ab8141f22b5de990f266d8056.zip
external_gettext-fec4d48a6797773ab8141f22b5de990f266d8056.tar.gz
external_gettext-fec4d48a6797773ab8141f22b5de990f266d8056.tar.bz2
Invoke gnulib-tool with --with-tests.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 70d6449..7b0a404 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -196,7 +196,7 @@ if test $skip_gnulib = false; then
java
stdint
'
- $GNULIB_TOOL --dir=gettext-tools --lib=libgettextlib --source-base=gnulib-lib --m4-base=gnulib-m4 --makefile-name=Makefile.gnulib --libtool --local-dir=gnulib-local --local-symlink \
+ $GNULIB_TOOL --dir=gettext-tools --lib=libgettextlib --source-base=gnulib-lib --m4-base=gnulib-m4 --tests-base=gnulib-tests --makefile-name=Makefile.gnulib --libtool --with-tests --local-dir=gnulib-local --local-symlink \
--import $GNULIB_MODULES_TOOLS_FOR_SRC $GNULIB_MODULES_TOOLS_OTHER
# In gettext-tools/libgettextpo:
if test -f gettext-tools/libgettextpo/gnulib-m4/gnulib-cache.m4; then