From: Bruno Haible Date: Fri, 6 Jun 2025 17:47:42 +0000 (+0200) Subject: build: Fix build error on MSVC with --enable-shared. X-Git-Tag: v0.24.2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a5d57c07360e696b963e4ee2cf49fbce238715f;p=thirdparty%2Fgettext.git build: Fix build error on MSVC with --enable-shared. * autogen.sh: Avoid the float-h-tests, since they reference the variables gl_FLT_SNAN, gl_DBL_SNAN, gl_LDBL_SNAN. --- diff --git a/autogen.sh b/autogen.sh index 51bc035b3..0ef1c055f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 \