]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Tweaks for Woe32.
authorBruno Haible <bruno@clisp.org>
Sat, 17 May 2003 14:48:08 +0000 (14:48 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:29 +0000 (12:10 +0200)
gettext-tools/ChangeLog
gettext-tools/Makefile.am

index 7d669f971b29cb0c2c5c5a7275791b192c13f2f6..f660a737594399bb73ce08deac0d767c4df21ad4 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-17  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (config.h.msvc): Define HAVE_STRPBRK.
+
 2003-05-15  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (config.h_vms, config.h.msvc): Define HAVE_DECL_STRERROR.
index a919b43c2865de8b0195b9ad3f097835c65c9161..791292fee50764be849e60ce026815f80ff1a6ed 100644 (file)
@@ -178,6 +178,7 @@ config.h.msvc: config.h.in ../version.sh
            -e 's/#undef HAVE_STRDUP$$/#define HAVE_STRDUP 1/' \
            -e 's/#undef HAVE_STRERROR$$/#define HAVE_STRERROR 1/' \
            -e 's/#undef HAVE_STRING_H$$/#define HAVE_STRING_H 1/' \
+           -e 's/#undef HAVE_STRPBRK$$/#define HAVE_STRPBRK 1/' \
            -e 's/#undef HAVE_STRSTR$$/#define HAVE_STRSTR 1/' \
            -e 's/#undef HAVE_STRTOUL$$/#define HAVE_STRTOUL 1/' \
            -e 's/#undef HAVE_SYS_STAT_H$$/#define HAVE_SYS_STAT_H 1/' \