disabling this new gettext option

Original commit message from CVS:
disabling this new gettext option
This commit is contained in:
Thomas Vander Stichele 2003-12-11 13:59:20 +00:00
parent e8dbaf28bc
commit 6f60f2d5e7

View 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 && \