bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gettext: Why #undef HAVE_FWPRINTF in gettext-runtime/config.h.msvc ?


From: Bruno Haible
Subject: Re: Gettext: Why #undef HAVE_FWPRINTF in gettext-runtime/config.h.msvc ? [Again]
Date: Thu, 24 Nov 2005 21:58:22 +0100
User-agent: KMail/1.5

Svante Seleborg wrote:
> Why #undef HAVE_FWPRINTF in gettext-runtime/config.h.msvc ?
>
> Windows supports fwprintf in all current versions of Windows.
>
> If this is an oversight, can config.h.msvc be updated in the next release?

It is an oversight. Thanks for the report. I'm fixing it through the appended
patch.

Bruno


2005-11-24  Bruno Haible  <address@hidden>

        * Makefile.am (config.h_vms, config.h.msvc): Treat HAVE_FWPRINTF like
        HAVE_WPRINTF. Needed since 2003-09-17.
        Reported by Svante Seleborg <address@hidden>.

diff -c -3 -r1.31 Makefile.am
*** Makefile.am 31 Aug 2005 10:40:41 -0000      1.31
--- Makefile.am 24 Nov 2005 21:03:03 -0000
***************
*** 56,61 ****
--- 56,62 ----
             -e 's/#undef HAVE_ALLOCA$$/#define HAVE_ALLOCA 1/' \
             -e 's/#undef HAVE_DLFCN_H$$/#define HAVE_DLFCN_H 1/' \
             -e 's/#undef HAVE_ERRNO_DECL$$/#define HAVE_ERRNO_DECL 1/' \
+            -e 's/#undef HAVE_FWPRINTF$$/#define HAVE_FWPRINTF 1/' \
             -e 's/#undef HAVE_GETCWD$$/#define HAVE_GETCWD 1/' \
             -e 's/#undef HAVE_GETEGID$$/#define HAVE_GETEGID 1/' \
             -e 's/#undef HAVE_GETEUID$$/#define HAVE_GETEUID 1/' \
***************
*** 137,142 ****
--- 138,144 ----
            -e 's/#undef HAVE_DECL__SNWPRINTF$$/#define HAVE_DECL__SNWPRINTF 
1/' \
            -e 's/#undef HAVE_ENVIRON_DECL$$/#define HAVE_ENVIRON_DECL 1/' \
            -e 's/#undef HAVE_ERRNO_DECL$$/#define HAVE_ERRNO_DECL 1/' \
+           -e 's/#undef HAVE_FWPRINTF$$/#define HAVE_FWPRINTF 1/' \
            -e 's/#undef HAVE_GETCWD$$/#define HAVE_GETCWD 1/' \
            -e 's/#undef HAVE_ICONV$$/#define HAVE_ICONV 1/' \
            -e 's/#undef HAVE_LIMITS_H$$/#define HAVE_LIMITS_H 1/' \





reply via email to

[Prev in Thread] Current Thread [Next in Thread]