diff options
author | Bruno Haible <bruno@clisp.org> | 2003-05-17 14:48:08 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:29 +0200 |
commit | 1f1d6642576bfb56172bc357bc15f876abc74daa (patch) | |
tree | ab873c12ae76f9f2f6e4d4bb2e3f3392c03650de | |
parent | 611be8df8e043d4329f5d1e217e54aca0c58bc06 (diff) | |
download | external_gettext-1f1d6642576bfb56172bc357bc15f876abc74daa.zip external_gettext-1f1d6642576bfb56172bc357bc15f876abc74daa.tar.gz external_gettext-1f1d6642576bfb56172bc357bc15f876abc74daa.tar.bz2 |
Tweaks for Woe32.
-rw-r--r-- | gettext-tools/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
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 <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. 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/' \ |