]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix the test.
authorBruno Haible <bruno@clisp.org>
Mon, 3 Dec 2001 14:00:43 +0000 (14:00 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 21:32:28 +0000 (23:32 +0200)
tests/ChangeLog
tests/lang-java

index 28c54c1ad7a5199c401cf1abeb0c2b001a5b8c0e..ff59b4335f85967eaf67b8f1c7a21b589831b813 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-03  Bruno Haible  <bruno@clisp.org>
+
+       * lang-java: Pass --omit-header --no-location to xgettext.
+
 2001-11-30  Bruno Haible  <bruno@clisp.org>
 
        * msgmerge-14: Add the msgmerge-created backup file to tmpfiles.
index 29ab5437e53484442524253b1e0b4ee6c8610f58..9a09b340677c5b92fb5565b73f0ff4f5f7549fb7 100755 (executable)
@@ -33,7 +33,7 @@ CLASSPATH=../intl-java/libintl.jar ${JAVACOMP} -d . Program.java || exit 1
 
 tmpfiles="$tmpfiles prog.pot"
 : ${XGETTEXT=xgettext}
-${XGETTEXT} -o prog.pot Program.java
+${XGETTEXT} -o prog.pot --omit-header --no-location Program.java
 
 tmpfiles="$tmpfiles prog.ok"
 cat <<EOF > prog.ok