]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
--omit-header no longer implies --no-location.
authorBruno Haible <bruno@clisp.org>
Mon, 12 Nov 2001 12:32:18 +0000 (12:32 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 20:57:38 +0000 (22:57 +0200)
tests/ChangeLog
tests/Makefile.am

index 667e0434be92ad926f1b37e99980c460848bdb6e..222c4482d957f1fe97f1631d18092550cc51a7cf 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-11  Bruno Haible  <haible@clisp.cons.org>
+
+       * Makefile.am (xg-test1.ok.po): Pass --no-location to xgettext.
+
 2001-11-07  Bruno Haible  <haible@clisp.cons.org>
 
        * Makefile.am (TESTS): Add msgcat-7.
index 3673641314adbb9e6d608e244b28a33da0e6850d..98ae419c1b2b0f12723b40a45d6b5f299fe51551 100644 (file)
@@ -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