From: Paul Eggert Date: Tue, 5 Nov 2002 07:09:59 +0000 (+0000) Subject: (Special Shell Variables): Mention LC_ADDRESS, LC_IDENTIFICATION, X-Git-Tag: AUTOCONF-2.55~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb9eefa5bf681a63b0acf86b4eed7b65393ff48c;p=thirdparty%2Fautoconf.git (Special Shell Variables): Mention LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY, LC_NAME, LC_PAPER, LC_TELEPHONE. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 591013d8b..77df29c57 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -9277,6 +9277,7 @@ especially important, as it is used to join the arguments in @samp{@@*}. @itemx LC_COLLATE @itemx LC_CTYPE @itemx LC_MESSAGES +@itemx LC_MONETARY @itemx LC_NUMERIC @itemx LC_TIME @evindex LANG @@ -9284,16 +9285,17 @@ especially important, as it is used to join the arguments in @samp{@@*}. @evindex LC_COLLATE @evindex LC_CTYPE @evindex LC_MESSAGES +@evindex LC_MONETARY @evindex LC_NUMERIC @evindex LC_TIME Autoconf-generated scripts normally set all these variables to @samp{C} because so much configuration code assumes the C locale and -@sc{posix} requires that @env{LC_ALL} be set to @samp{C} if the C -locale is desired. However, some older, nonstandard systems (notably -@sc{sco}) break if @env{LC_ALL} is set to @samp{C}, so when running on -these systems Autoconf-generated scripts unset the -variables instead. +@acronym{POSIX} requires that locale environment variables be set to +@samp{C} if the C locale is desired. However, some older, nonstandard +systems (notably @acronym{SCO}) break if locale environment variables +are set to @samp{C}, so when running on these systems +Autoconf-generated scripts unset the variables instead. @item LANGUAGE @evindex LANGUAGE @@ -9302,6 +9304,23 @@ variables instead. extension that overrides @env{LC_ALL} in some cases, so Autoconf-generated scripts set it too. +@item LC_ADDRESS +@itemx LC_IDENTIFICATION +@itemx LC_MEASUREMENT +@itemx LC_NAME +@itemx LC_PAPER +@itemx LC_TELEPHONE +@evindex LC_ADDRESS +@evindex LC_IDENTIFICATION +@evindex LC_MEASUREMENT +@evindex LC_NAME +@evindex LC_PAPER +@evindex LC_TELEPHONE + +These locale environment variables are @acronym{GNU} extensions. They +are treated like their @acronym{POSIX} brethren (@env{LC_COLLATE}, +etc.)@: as described above. + @item LINENO @evindex LINENO Most modern shells provide the current line number in @code{LINENO}.