From: Bruno Haible Date: Mon, 12 Nov 2001 12:32:18 +0000 (+0000) Subject: --omit-header no longer implies --no-location. X-Git-Tag: v0.11~306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43860449e92aafbe94bad5d31a4682cd6d3f037b;p=thirdparty%2Fgettext.git --omit-header no longer implies --no-location. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 667e0434b..222c4482d 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2001-11-11 Bruno Haible + + * Makefile.am (xg-test1.ok.po): Pass --no-location to xgettext. + 2001-11-07 Bruno Haible * Makefile.am (TESTS): Add msgcat-7. diff --git a/tests/Makefile.am b/tests/Makefile.am index 367364131..98ae419c1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -61,7 +61,8 @@ TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) PATH=.:../src:$$PATH \ xg-test1.ok.po: $(top_srcdir)/src/xgettext.c $(top_srcdir)/src/msgfmt.c \ $(top_srcdir)/src/gettext.c - $(XGETTEXT) -d xg-test1.ok -p $(srcdir) -k_ --omit-header \ + $(XGETTEXT) -d xg-test1.ok -p $(srcdir) \ + -k_ --omit-header --no-location \ $(top_srcdir)/src/xgettext.c $(top_srcdir)/src/msgfmt.c \ $(top_srcdir)/src/gettext.c