* lang-java: Set the default locale by hand. Some systems, like
Solaris, are not capable of setting the locale according to LC_ALL
by themselves.
+ * lang-rst: Avoid using the 'type' builtin. It always reports success
+ with SunOS4 /bin/sh.
2001-12-11 Bruno Haible <bruno@clisp.org>
# - no line wrapping
# - extra newline at the end
-: ${RSTCONV=rstconv}
-if type ${RSTCONV} >/dev/null 2>&1; then
-
tmpfiles="$tmpfiles prog.pot"
-${RSTCONV} -o prog.pot -i prog.rst
+: ${RSTCONV=rstconv}
+if ${RSTCONV} -o prog.pot -i prog.rst >/dev/null 2>&1; then
tmpfiles="$tmpfiles prog.ok"
cat <<EOF > prog.ok