disabling this new gettext option
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 11 Dec 2003 13:59:20 +0000 (13:59 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 11 Dec 2003 13:59:20 +0000 (13:59 +0000)
Original commit message from CVS:
disabling this new gettext option

po/Makefile.in.in

index 343b743..69ee249 100644 (file)
@@ -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 && \