LC_COLLATE breaks tr on osf/1 (aka *).
--- autoconf.sh 2000/07/13 13:38:45 1.78
+++ autoconf.sh 2000/07/18 14:49:30
@@ -84,6 +84,7 @@
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
+if test "${LC_COLLATE+set}" = set; then LC_COLLATE=C; export LC_COLLATE; fi
# ac_LF_and_DOT
# We use echo to avoid assuming a particular line-breaking character.
/Johan