]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove some now unneeded gnulib-tool --avoid options.
authorBruno Haible <bruno@clisp.org>
Sun, 5 Jul 2020 19:29:30 +0000 (21:29 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 5 Jul 2020 19:29:30 +0000 (21:29 +0200)
* autogen.sh: Remove some --avoid=*-tests options.
* libtextstyle/autogen.sh: Likewise.

autogen.sh
libtextstyle/autogen.sh

index 86bcd415544f273ca84414e800c3fbe49552c13e..5678c5ff93478a26ca8d53fa4b8b2b216396ff0e 100755 (executable)
@@ -278,7 +278,7 @@ if ! $skip_gnulib; then
     uniwidth/width-tests
   '
   $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 --avoid=array-list-tests --avoid=linkedhash-list-tests --avoid=hash-tests --avoid=fdutimensat-tests --avoid=futimens-tests --avoid=utime-tests --avoid=utimens-tests --avoid=utimensat-tests \
+    --import --avoid=fdutimensat-tests --avoid=futimens-tests --avoid=utime-tests --avoid=utimens-tests --avoid=utimensat-tests \
     `for m in $GNULIB_MODULES_TOOLS_LIBUNISTRING_TESTS; do echo --avoid=$m; done` $GNULIB_MODULES_TOOLS_FOR_SRC $GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES $GNULIB_MODULES_TOOLS_OTHER || exit $?
   $GNULIB_TOOL --copy-file m4/libtextstyle.m4 gettext-tools/gnulib-m4/libtextstyle.m4 || exit $?
   # In gettext-tools/libgrep:
index e7a7f98e2da2c7196359818b0a375da062069274..8c3dd74c2168e6ea8562969b95c75d7d8776ad84 100755 (executable)
@@ -99,7 +99,7 @@ if test $skip_gnulib = false; then
     --macro-prefix=lts \
     --makefile-name=Makefile.gnulib --libtool \
     --local-dir=gnulib-local --local-dir=../gnulib-local \
-    --import --avoid=hash-tests $GNULIB_MODULES
+    --import $GNULIB_MODULES
   $GNULIB_TOOL --copy-file build-aux/config.guess; chmod a+x build-aux/config.guess
   $GNULIB_TOOL --copy-file build-aux/config.sub;   chmod a+x build-aux/config.sub
   $GNULIB_TOOL --copy-file build-aux/declared.sh lib/declared.sh; chmod a+x lib/declared.sh