+2002-03-07 Bruno Haible <bruno@clisp.org>
+
+ * lang-tcl: Skip the test if tcl exists but has no msgcat extension.
+
2002-03-05 Bruno Haible <bruno@clisp.org>
* xgettext-19: When skipping the test, use exit code 77.
: ${MSGFMT=msgfmt}
${MSGFMT} --tcl -d msgs -l fr fr.po || exit 1
-# Test for presence of tclsh.
+# Test for presence of tclsh with msgcat extension.
tmpfiles="$tmpfiles version.tcl"
cat <<\EOF > version.tcl
+package require msgcat
puts $tcl_version
EOF
(tclsh version.tcl) >/dev/null 2>/dev/null \