]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove redundant sed expression.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Apr 2003 10:45:11 +0000 (10:45 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:21 +0000 (12:10 +0200)
gettext-tools/ChangeLog
gettext-tools/Makefile.am

index b163a00dc69e4eaf3a01b6a0c7ae90cf7436f84c..37f055839bea35a4a77ce6187fc1c56f07b877af 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-05  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (config.h.msvc): Remove redundant sed expression.
+
 2003-04-03  Bruno Haible  <bruno@clisp.org>
 
        * configure.ac (INVALID_PATH_CHAR): Add a definition for Woe32.
index b8f25715600a64303e4fb0dbb61ab3b30cfdc653..0436093d69600b571ee085c1f7363a7778f6986a 100644 (file)
@@ -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/' \