From: Bruno Haible Date: Sun, 7 Oct 2007 13:11:29 +0000 (+0000) Subject: Fix last patch. X-Git-Tag: v0.17~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d78ca65a77ddf125c755526caf2b8da8903e9cb;p=thirdparty%2Fgettext.git Fix last patch. --- diff --git a/gettext-runtime/po/ChangeLog b/gettext-runtime/po/ChangeLog index 134300c21..e428d6db2 100644 --- a/gettext-runtime/po/ChangeLog +++ b/gettext-runtime/po/ChangeLog @@ -1,3 +1,8 @@ +2007-10-07 Bruno Haible + + * Makefile.in.in ($(DOMAIN).pot-update): Exclude "GNU " + matches from the libtool script in any directory. + 2007-09-30 Bruno Haible * Makefile.in.in ($(DOMAIN).pot-update): Pass the package name and diff --git a/gettext-runtime/po/Makefile.in.in b/gettext-runtime/po/Makefile.in.in index 1a76166f1..d229c0d9c 100644 --- a/gettext-runtime/po/Makefile.in.in +++ b/gettext-runtime/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=''; \ diff --git a/gettext-tools/po/ChangeLog b/gettext-tools/po/ChangeLog index aa5ce7c92..56eb31d7d 100644 --- a/gettext-tools/po/ChangeLog +++ b/gettext-tools/po/ChangeLog @@ -1,3 +1,8 @@ +2007-10-07 Bruno Haible + + * Makefile.in.in ($(DOMAIN).pot-update): Exclude "GNU " + matches from the libtool script in any directory. + 2007-09-30 Bruno Haible * 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 1a76166f1..d229c0d9c 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=''; \