summaryrefslogtreecommitdiff
path: root/gettext-tools/Makefile.am
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-05-15 17:54:09 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:10:29 +0200
commitde8c5e8079cf7e5f1fb8b5efb2dcf3a9df537832 (patch)
tree28939d6d4bfdce104610df00f8f07b0dd815613d /gettext-tools/Makefile.am
parentb02036cae23c2bc1e4d78bfa110072298e07cf69 (diff)
downloadgettext-de8c5e8079cf7e5f1fb8b5efb2dcf3a9df537832.tar.gz
Define HAVE_DECL_STRERROR on VMS and Woe32.
Diffstat (limited to 'gettext-tools/Makefile.am')
-rw-r--r--gettext-tools/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am
index a52863be8..a919b43c2 100644
--- a/gettext-tools/Makefile.am
+++ b/gettext-tools/Makefile.am
@@ -52,6 +52,7 @@ config.h_vms: config.h.in ../version.sh
-e 's/#undef HAVE_ALLOCA$$/#define HAVE_ALLOCA 1/' \
-e 's/#undef HAVE_ARPA_INET_H$$/#define HAVE_ARPA_INET_H 1/' \
-e 's/#undef HAVE_CHOWN$$/#define HAVE_CHOWN 1/' \
+ -e 's/#undef HAVE_DECL_STRERROR$$/#define HAVE_DECL_STRERROR 1/' \
-e 's/#undef HAVE_DECL_WCWIDTH$$/#define HAVE_DECL_WCWIDTH 1/' \
-e 's/#undef HAVE_DIRENT_H$$/#define HAVE_DIRENT_H 1/' \
-e 's/#undef HAVE_DLFCN_H$$/#define HAVE_DLFCN_H 1/' \
@@ -149,6 +150,7 @@ config.h.msvc: config.h.in ../version.sh
sed -e 's/#undef ENABLE_NLS$$/#define ENABLE_NLS 1/' \
-e 's/#undef ENABLE_RELOCATABLE$$/#define ENABLE_RELOCATABLE 1/' \
-e 's/#undef HAVE_ALLOCA$$/#define HAVE_ALLOCA 1/' \
+ -e 's/#undef HAVE_DECL_STRERROR$$/#define HAVE_DECL_STRERROR 1/' \
-e 's/#undef HAVE_DECL_WCWIDTH$$/#define HAVE_DECL_WCWIDTH 0/' \
-e 's/#undef HAVE_ENVIRON_DECL$$/#define HAVE_ENVIRON_DECL 1/' \
-e 's/#undef HAVE_ERRNO_DECL$$/#define HAVE_ERRNO_DECL 1/' \