]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix last patch for NetBSD.
authorBruno Haible <bruno@clisp.org>
Fri, 29 Aug 2003 20:25:35 +0000 (20:25 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:56 +0000 (12:10 +0200)
gettext-tools/ChangeLog
gettext-tools/Makefile.am

index 7fd6b8e74eed7a9e9bc6dacefbc880af373426bd..6ee75090ac7c596107cba504305fd9f53952febc 100644 (file)
@@ -1,6 +1,7 @@
-2003-08-24  Bruno Haible  <bruno@clisp.org>
+2003-08-29  Bruno Haible  <bruno@clisp.org>
 
-       * Makefile.am (config.h.msvc): Define HAVE__SNPRINTF, HAVE__SNWPRINTF.
+       * Makefile.am (config.h.msvc): Define HAVE_DECL__SNPRINTF,
+       HAVE_DECL__SNWPRINTF.
 
 2003-08-24  Bruno Haible  <bruno@clisp.org>
 
index e473041cccca5d81d7373424651045085c07e260..433c74bac7dbc7625b61b9708bf022ab8f1d41d2 100644 (file)
@@ -161,6 +161,8 @@ config.h.msvc: config.h.in ../version.sh
            -e 's/#undef HAVE_DECL_GETENV$$/#define HAVE_DECL_GETENV 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_DECL__SNPRINTF$$/#define HAVE_DECL__SNPRINTF 1/' \
+           -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_FCNTL_H$$/#define HAVE_FCNTL_H 1/' \
@@ -198,8 +200,6 @@ config.h.msvc: config.h.in ../version.sh
            -e 's/#undef HAVE_WCSLEN$$/#define HAVE_WCSLEN 1/' \
            -e 's/#undef HAVE_WINT_T$$/#define HAVE_WINT_T 1/' \
            -e 's/#undef HAVE_WPRINTF$$/#define HAVE_WPRINTF 1/' \
-           -e 's/#undef HAVE__SNPRINTF$$/#define HAVE__SNPRINTF 1/' \
-           -e 's/#undef HAVE__SNWPRINTF$$/#define HAVE__SNWPRINTF 1/' \
            -e 's/#undef ICONV_CONST$$/#define ICONV_CONST const/' \
            -e 's/#undef SETLOCALE_CONST$$/#define SETLOCALE_CONST const/' \
            -e 's/#undef STACK_DIRECTION$$/#define STACK_DIRECTION -1/' \