From 18ccd50c2f8d5f520c4ddf661fb90a3ae1d49ce1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 10 Aug 2009 12:38:58 +0200 Subject: [PATCH] Avoid the hash-tests module. --- ChangeLog | 5 +++++ autogen.sh | 2 +- gettext-tools/gnulib-tests/.gitignore | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a6e0b3879..64b581ef8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-08-10 Bruno Haible + + * autogen.sh: Avoid the 'hash-tests' module. It corresponds to an + incompatible 'hash' module. + 2009-08-04 Bruno Haible Port msgfilter to Woe32 platforms. diff --git a/autogen.sh b/autogen.sh index 98a280350..7ba0a4cad 100755 --- a/autogen.sh +++ b/autogen.sh @@ -211,7 +211,7 @@ if ! $skip_gnulib; then stdint ' $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 + --import --avoid=hash-tests $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 mv -f gettext-tools/libgettextpo/gnulib-m4/gnulib-cache.m4 gettext-tools/libgettextpo/gnulib-m4/gnulib-cache.m4~ diff --git a/gettext-tools/gnulib-tests/.gitignore b/gettext-tools/gnulib-tests/.gitignore index d78e0bfb3..f6e964a5a 100644 --- a/gettext-tools/gnulib-tests/.gitignore +++ b/gettext-tools/gnulib-tests/.gitignore @@ -55,7 +55,6 @@ /test-getdtablesize.c /test-getline.c /test-gettimeofday.c -/test-hash.c /test-iconv.c /test-linkedhash_list.c /test-locale.c -- 2.47.3