summaryrefslogtreecommitdiffstats
path: root/gettext-tools/po
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-07 13:11:29 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:15 +0200
commit6d78ca65a77ddf125c755526caf2b8da8903e9cb (patch)
tree713ec29e9ed919a073c8cca8e840e58ef85e89be /gettext-tools/po
parent383a01485c4b5b40361166c3dcb21a36ed017669 (diff)
downloadexternal_gettext-6d78ca65a77ddf125c755526caf2b8da8903e9cb.zip
external_gettext-6d78ca65a77ddf125c755526caf2b8da8903e9cb.tar.gz
external_gettext-6d78ca65a77ddf125c755526caf2b8da8903e9cb.tar.bz2
Fix last patch.
Diffstat (limited to 'gettext-tools/po')
-rw-r--r--gettext-tools/po/ChangeLog5
-rw-r--r--gettext-tools/po/Makefile.in.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/gettext-tools/po/ChangeLog b/gettext-tools/po/ChangeLog
index aa5ce7c..56eb31d 100644
--- a/gettext-tools/po/ChangeLog
+++ b/gettext-tools/po/ChangeLog
@@ -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
diff --git a/gettext-tools/po/Makefile.in.in b/gettext-tools/po/Makefile.in.in
index 1a76166..d229c0d 100644
--- a/gettext-tools/po/Makefile.in.in
+++ b/gettext-tools/po/Makefile.in.in
@@ -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=''; \