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