From: Jarkko Hietaniemi Date: Thu, 21 Jan 1999 08:22:50 +0000 (+0000) Subject: The LANGUAGE mirrors LC_ALL usage. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=59b83a6fedb1cbe070abf139ffcf761b15f35c7c;p=p5sagit%2Fp5-mst-13.2.git The LANGUAGE mirrors LC_ALL usage. p4raw-id: //depot/cfgperl@2652 --- diff --git a/Configure b/Configure index ef8ba6b..0fbb11a 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Thu Jan 21 00:01:12 EET 1999 [metaconfig 3.0 PL70] +# Generated on Thu Jan 21 10:23:50 EET 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by jhi@iki.fi) cat >/tmp/c1$$ <&1` +cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1` cf_by=`(logname) 2>/dev/null` case "$cf_by" in "") @@ -3025,16 +3025,19 @@ echo ".)" if test 0 -eq "$subversion"; then version=`LC_ALL=C; export LC_ALL; \ + LANGUAGE=C; export LANGUAGE; \ echo $baserev $patchlevel | \ $awk '{ printf "%.3f\n", $1 + $2/1000.0 }'` else version=`LC_ALL=C; export LC_ALL; \ + LANGUAGE=C; export LANGUAGE; \ echo $baserev $patchlevel $subversion | \ $awk '{ printf "%.5f\n", $1 + $2/1000.0 + $3/100000.0 }'` fi : Figure out perl API version. Perhaps this should be in patchlevel.h if test "$subversion" -lt 50; then apiversion=`LC_ALL=C; export LC_ALL; \ + LANGUAGE=C; export LANGUAGE; \ echo $baserev $patchlevel | \ $awk '{ printf "%.3f\n", $1 + $2/1000.0 }'` else