From: Thomas Vander Stichele Date: Thu, 11 Dec 2003 13:59:20 +0000 (+0000) Subject: disabling this new gettext option X-Git-Tag: CAPS-MERGE-3~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f60f2d5e7e3399554211b6128d527b78854d53c;p=platform%2Fupstream%2Fgstreamer.git disabling this new gettext option Original commit message from CVS: disabling this new gettext option --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 343b743..69ee249 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -108,6 +108,12 @@ stamp-po: $(srcdir)/$(DOMAIN).pot # otherwise packages like GCC can not be built if only parts of the source # have been downloaded. +# thomasvs, 11/12/03: this option has been added in gettext 0.12 +# if we really need this, then we should add a check for the version, +# but for now it doesn't seem to be worth the hassle, so I'm commenting +# this option to the gettext incantation below +# --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' + # 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 @@ -115,7 +121,6 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ - --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' test ! -f $(DOMAIN).po || { \ if test -f $(srcdir)/$(DOMAIN).pot; then \ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \