]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Define HAVE_DECL_STRERROR on VMS and Woe32.
authorBruno Haible <bruno@clisp.org>
Thu, 15 May 2003 17:54:09 +0000 (17:54 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:29 +0000 (12:10 +0200)
gettext-runtime/ChangeLog
gettext-runtime/Makefile.am
gettext-tools/ChangeLog
gettext-tools/Makefile.am

index 8d553b3020e7bf594bbec80c51b6df84693233de..91f1e72291a422b54838b898b1169ab054cfb147 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-15  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (config.h_vms, config.h.msvc): Define HAVE_DECL_STRERROR.
+
 2003-05-12  Bruno Haible  <bruno@clisp.org>
 
        * configure.ac: Invoke AC_GNU_SOURCE and jm_FUNC_GLIBC_UNLOCKED_IO.
index ccbbd443e6dd5fdb2452ce3a14273b4075d0dbf8..765622d2951e0c8415e1a8972a0c23d67ed6c345 100644 (file)
@@ -54,6 +54,7 @@ config.h_vms: config.h.in ../version.sh
        (echo '#define KEEP_CRTL_SETLOCALE 1'; echo '#include <vms_jackets.h>'; echo '#undef realpath'; \
         sed -e 's/#undef ENABLE_NLS$$/#define ENABLE_NLS 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_DLFCN_H$$/#define HAVE_DLFCN_H 1/' \
             -e 's/#undef HAVE_ENVIRON_DECL$$/#define HAVE_ENVIRON_DECL 1/' \
             -e 's/#undef HAVE_ERRNO_DECL$$/#define HAVE_ERRNO_DECL 1/' \
@@ -113,6 +114,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_ENVIRON_DECL$$/#define HAVE_ENVIRON_DECL 1/' \
            -e 's/#undef HAVE_ERRNO_DECL$$/#define HAVE_ERRNO_DECL 1/' \
            -e 's/#undef HAVE_GETCWD$$/#define HAVE_GETCWD 1/' \
index 63b2ec7fb778ac08a000712ca7529146fc76f859..7d669f971b29cb0c2c5c5a7275791b192c13f2f6 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-15  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (config.h_vms, config.h.msvc): Define HAVE_DECL_STRERROR.
+
 2003-05-12  Bruno Haible  <bruno@clisp.org>
 
        * configure.ac: Invoke AC_GNU_SOURCE and jm_FUNC_GLIBC_UNLOCKED_IO.
index a52863be87a68a2880690321fabfd6ad80ac66b8..a919b43c2865de8b0195b9ad3f097835c65c9161 100644 (file)
@@ -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/' \