+2003-02-20 Bruno Haible <bruno@clisp.org>
+
+ * lang-gawk: Skip the test if gawk was built with --disable-nls.
+ Reported by Paul Jarc <prj@po.cwru.edu>.
+
2003-02-18 Bruno Haible <bruno@clisp.org>
* Makefile.am (clean-am): New rule. For Solaris cc.
echo "SKIP: lang-gawk"; rm -fr $tmpfiles; exit 77;;
esac
+# Test that gawk wasn't built with --disable-nls.
+LANGUAGE= LC_ALL=fr_FR gawk --version | grep logiciel > /dev/null
+test $? = 0 || { echo "SKIP: lang-gawk"; rm -fr $tmpfiles; exit 77; }
+
tmpfiles="$tmpfiles prog.ok prog.out"
: ${DIFF=diff}
cat <<\EOF > prog.ok