From 1f1d6642576bfb56172bc357bc15f876abc74daa Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 17 May 2003 14:48:08 +0000 Subject: Tweaks for Woe32. --- gettext-tools/ChangeLog | 4 ++++ gettext-tools/Makefile.am | 1 + 2 files changed, 5 insertions(+) diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 7d669f9..f660a73 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2003-05-17 Bruno Haible + + * Makefile.am (config.h.msvc): Define HAVE_STRPBRK. + 2003-05-15 Bruno Haible * Makefile.am (config.h_vms, config.h.msvc): Define HAVE_DECL_STRERROR. diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index a919b43..791292f 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -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/' \ -- cgit v1.1