]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Oops.
authorBruno Haible <bruno@clisp.org>
Sun, 29 Jul 2001 14:58:57 +0000 (14:58 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 29 Jul 2001 14:58:57 +0000 (14:58 +0000)
tests/ChangeLog
tests/Makefile.am
tests/msgcat-1

index 954dd024e738074121899fe9068a76467ac90f12..82eba418abfbf0152540475fdc394e4debbafebe 100644 (file)
@@ -2,6 +2,7 @@
 
        * msgcat-1: New file, from Karl Eichwalder with modifications.
        * Makefile.am (TESTS): Add it.
+       (TESTS_ENVIRONMENT): Set MSGCAT.
 
 2001-07-05  Bruno Haible  <haible@clisp.cons.org>
 
index 2735011c20204b95fd9c9b9eacfbaae1897ef28e..2a728c81b358c57a365d1c7e9dd1d999a8e709a5 100644 (file)
@@ -46,6 +46,7 @@ TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) PATH=.:../src:$$PATH \
                    MSGCMP=`echo msgcmp|sed '$(transform)'` \
                    MSGMERGE=`echo msgmerge|sed '$(transform)'` \
                    MSGUNFMT=`echo msgunfmt|sed '$(transform)'` \
+                   MSGCAT=`echo msgcat|sed '$(transform)'` \
                    $(SHELL)
 
 xg-test1.ok.po: $(top_srcdir)/src/xgettext.c $(top_srcdir)/src/msgfmt.c \
index 11a3f9481a0c37b05f3d65036ffd653393a89caf..eaa85ca5c5fc853b848b3830e1ac660618480223 100755 (executable)
@@ -43,7 +43,6 @@ EOF
 
 tmpfiles="$tmpfiles mcat-test1.out"
 : ${MSGCAT=msgcat}
-
 ${MSGCAT} mcat-test1.in1 mcat-test1.in2 -o mcat-test1.out
 
 tmpfiles="$tmpfiles mcat-test1.ok"