From: Bruno Haible Date: Mon, 7 Apr 2003 10:45:11 +0000 (+0000) Subject: Remove redundant sed expression. X-Git-Tag: v0.12~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ccf8e9059140bc3e57fb547cb960596037d3019;p=thirdparty%2Fgettext.git Remove redundant sed expression. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index b163a00dc..37f055839 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2003-04-05 Bruno Haible + + * Makefile.am (config.h.msvc): Remove redundant sed expression. + 2003-04-03 Bruno Haible * configure.ac (INVALID_PATH_CHAR): Add a definition for Woe32. diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index b8f257156..0436093d6 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -155,7 +155,6 @@ config.h.msvc: config.h.in ../version.sh -e 's/#undef HAVE_GETCWD$$/#define HAVE_GETCWD 1/' \ -e 's/#undef HAVE_GETHOSTBYNAME$$/#define HAVE_GETHOSTBYNAME 1/' \ -e 's/#undef HAVE_GETHOSTNAME$$/#define HAVE_GETHOSTNAME 1/' \ - -e 's/#undef HAVE_GETCWD$$/#define HAVE_GETCWD 1/' \ -e 's/#undef HAVE_ICONV$$/#define HAVE_ICONV 1/' \ -e 's/#undef HAVE_ISASCII$$/#define HAVE_ISASCII 1/' \ -e 's/#undef HAVE_ISWCNTRL$$/#define HAVE_ISWCNTRL 1/' \