]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Fix build error on MSVC with --enable-shared.
authorBruno Haible <bruno@clisp.org>
Fri, 6 Jun 2025 17:47:42 +0000 (19:47 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 6 Jun 2025 17:47:42 +0000 (19:47 +0200)
* autogen.sh: Avoid the float-h-tests, since they reference the variables
gl_FLT_SNAN, gl_DBL_SNAN, gl_LDBL_SNAN.

autogen.sh

index 51bc035b372b711ca7b33a99804d4071e544ec34..0ef1c055fc5895e3d6fad3eefc7cdcc83974b106 100755 (executable)
@@ -346,6 +346,7 @@ if ! $skip_gnulib; then
   GNULIB_MODULES_LIBGETTEXTLIB="$GNULIB_MODULES_TOOLS_FOR_SRC $GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES $GNULIB_MODULES_TOOLS_OTHER"
   $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=float-h-tests \
     --avoid=hashcode-string1 \
     --avoid=fdutimensat-tests --avoid=futimens-tests --avoid=utime-tests --avoid=utimens-tests --avoid=utimensat-tests \
     --avoid=array-list-tests --avoid=array-map-tests --avoid=hash-map-tests --avoid=linked-list-tests --avoid=linkedhash-list-tests \