bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make check errors in autoconf 2.52


From: Akim Demaille
Subject: Re: make check errors in autoconf 2.52
Date: 03 Jan 2002 14:23:11 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

>>>>> "Akim" == Akim Demaille <address@hidden> writes:

Akim> You clearly answered that nope.  So I'm fixing only the Perl
Akim> apps: they will unset the LC vars that you addressed in
Akim> configure.

Wait a minute.  _Now_ I remember my thinking:

--- -   Sat Dec  8 15:31:33 2001
+++ at-stderr   Sat Dec  8 15:31:33 2001
@@ -1,2 +1,10 @@
+perl: warning: Setting locale failed.
+perl: warning: Please check that your locale settings:
+       LANGUAGE = (unset),
+       LC_ALL = (unset),
+       LC_MONETARY = "en_US",
+       LANG = (unset)
+    are supported and installed on your system.
+perl: warning: Falling back to the standard locale ("C").
 autoupdate: `configure.ac' is updated

this shows the result of the neutralization of the LC vars: we unset
them when they are set.  So we moved from a valid set (I suppose John
had a consistent set of defs), to an invalid.  This is because of us,
and will affect Autotest and Autoconf scripts.

So, unless I am mistaken somewhere, we have to clear out all the LC
variables.

Right?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]