From: Bruno Haible Date: Sat, 17 May 2003 14:48:08 +0000 (+0000) Subject: Tweaks for Woe32. X-Git-Tag: v0.12~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f1d6642576bfb56172bc357bc15f876abc74daa;p=thirdparty%2Fgettext.git Tweaks for Woe32. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 7d669f971..f660a7375 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 a919b43c2..791292fee 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/' \