]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix the setting of HAVE_FWPRINTF in the config.h for msvc and vms.
authorBruno Haible <bruno@clisp.org>
Thu, 24 Nov 2005 21:06:50 +0000 (21:06 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:57 +0000 (12:12 +0200)
gettext-runtime/ChangeLog
gettext-runtime/Makefile.am
gettext-tools/ChangeLog
gettext-tools/Makefile.am

index 1c9343b898a5783a081f0f801dc00e897764d4aa..4eee768ec7362aa3011a002e90d7a0a08b8aa6e4 100644 (file)
@@ -1,3 +1,9 @@
+2005-11-24  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (config.h_vms, config.h.msvc): Treat HAVE_FWPRINTF like
+       HAVE_WPRINTF. Needed since 2003-09-17.
+       Reported by Svante Seleborg <svante@axantum.com>.
+
 2005-08-28  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (config.h_vms): Remove setting of HAVE_MALLOC_H,
index db58922e03e2f4aa4188b0c5013592caa9ba37ea..32516ae06cdaf96234b11ce5b53b7d2d176a5b26 100644 (file)
@@ -56,6 +56,7 @@ config.h_vms: config.h.in ../version.sh
             -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,6 +138,7 @@ config.h.msvc: config.h.in ../version.sh
            -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/' \
index 6e701e1c626fd926596cff09e2d5ac9eebfced06..855894a8e54fe8f27fb79e3283c34932927e0fb0 100644 (file)
@@ -1,3 +1,9 @@
+2005-11-24  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (config.h_vms, config.h.msvc): Treat HAVE_FWPRINTF like
+       HAVE_WPRINTF. Needed since 2003-09-17.
+       Reported by Svante Seleborg <svante@axantum.com>.
+
 2005-08-16  Bruno Haible  <bruno@clisp.org>
 
        * configure.ac: Remove gl_STRCASE invocation.
index 812c85ac542a9ca9ac394f64999473c49d51c204..dd7aa35138924493c2801262e7f77461d49082e5 100644 (file)
@@ -54,6 +54,7 @@ config.h_vms: config.h.in ../version.sh
             -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_FCNTL_H$$/#define HAVE_FCNTL_H 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/' \
@@ -169,6 +170,7 @@ config.h.msvc: config.h.in ../version.sh
            -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_FCNTL_H$$/#define HAVE_FCNTL_H 1/' \
+           -e 's/#undef HAVE_FWPRINTF$$/#define HAVE_FWPRINTF 1/' \
            -e 's/#undef HAVE_GETCWD$$/#define HAVE_GETCWD 1/' \
            -e 's/#undef HAVE_GETHOSTBYNAME$$/#define HAVE_GETHOSTBYNAME 1/' \
            -e 's/#undef HAVE_GETHOSTNAME$$/#define HAVE_GETHOSTNAME 1/' \