summaryrefslogtreecommitdiffstats
path: root/gettext-tools
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-11-24 21:06:50 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:57 +0200
commit38d7f4e293d5938f589dc80a3c7f028d1182c607 (patch)
treecc1e3763a57eaf34417332cee2111f5448a714a4 /gettext-tools
parentac5efe36bd8a4b2ef3e05c6659302cb0b4b74405 (diff)
downloadexternal_gettext-38d7f4e293d5938f589dc80a3c7f028d1182c607.zip
external_gettext-38d7f4e293d5938f589dc80a3c7f028d1182c607.tar.gz
external_gettext-38d7f4e293d5938f589dc80a3c7f028d1182c607.tar.bz2
Fix the setting of HAVE_FWPRINTF in the config.h for msvc and vms.
Diffstat (limited to 'gettext-tools')
-rw-r--r--gettext-tools/ChangeLog6
-rw-r--r--gettext-tools/Makefile.am2
2 files changed, 8 insertions, 0 deletions
diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog
index 6e701e1..855894a 100644
--- a/gettext-tools/ChangeLog
+++ b/gettext-tools/ChangeLog
@@ -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.
diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am
index 812c85a..dd7aa35 100644
--- a/gettext-tools/Makefile.am
+++ b/gettext-tools/Makefile.am
@@ -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/' \