]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix last patch.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Oct 2007 13:11:29 +0000 (13:11 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:15 +0000 (12:15 +0200)
gettext-runtime/po/ChangeLog
gettext-runtime/po/Makefile.in.in
gettext-tools/po/ChangeLog
gettext-tools/po/Makefile.in.in

index 134300c212c26f4ba9658087132a701140e40469..e428d6db2ea4dea571ab25fa437c89f2c7304399 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-07  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.in.in ($(DOMAIN).pot-update): Exclude "GNU <package>"
+       matches from the libtool script in any directory.
+
 2007-09-30  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.in.in ($(DOMAIN).pot-update): Pass the package name and
index 1a76166f1a137a8881bebb6832f2efa72f3d6343..d229c0d9ccd25e024afebb4294e57ebf5e282f4b 100644 (file)
@@ -138,7 +138,7 @@ stamp-po: $(srcdir)/$(DOMAIN).pot
 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
-       if LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null | grep -v '^libtool:' >/dev/null; then \
+       if LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null | grep -v 'libtool:' >/dev/null; then \
          package_gnu='GNU '; \
        else \
          package_gnu=''; \
index aa5ce7c9239fa97f14bdfe39098d565ecc9f6103..56eb31d7d158d646e3beb9627fb7b55fd58ec34a 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-07  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.in.in ($(DOMAIN).pot-update): Exclude "GNU <package>"
+       matches from the libtool script in any directory.
+
 2007-09-30  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.in.in ($(DOMAIN).pot-update): Pass the package name and
index 1a76166f1a137a8881bebb6832f2efa72f3d6343..d229c0d9ccd25e024afebb4294e57ebf5e282f4b 100644 (file)
@@ -138,7 +138,7 @@ stamp-po: $(srcdir)/$(DOMAIN).pot
 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
-       if LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null | grep -v '^libtool:' >/dev/null; then \
+       if LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null | grep -v 'libtool:' >/dev/null; then \
          package_gnu='GNU '; \
        else \
          package_gnu=''; \