From: Bruno Haible Date: Mon, 1 Oct 2007 11:05:38 +0000 (+0000) Subject: Invoke gnulib-tool with --with-tests. X-Git-Tag: v0.17~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fec4d48a6797773ab8141f22b5de990f266d8056;p=thirdparty%2Fgettext.git Invoke gnulib-tool with --with-tests. --- diff --git a/ChangeLog b/ChangeLog index e836c4f6c..393c8c8ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-01 Bruno Haible + + * autogen.sh: Invoke gnulib-tool with options --tests-base=gnulib-tests + --with-tests. + 2007-10-01 Bruno Haible * build-aux/depcomp: New file, from automake-1.10. Needed for the diff --git a/autogen.sh b/autogen.sh index 70d6449cd..7b0a4041b 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