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:17:47 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

>>>>> "Paul" == Paul Eggert <address@hidden> writes:

Paul> You're running an older Autoconf; it's probably at least a
Paul> couple of months old.  My impression is that if you were running
Paul> the very latest CVS version of Autoconf, you wouldn't have this
Paul> problem -- even if we didn't modify Autoconf at all.

Paul> So, as far as I know, the only reason to add LC_MONETARY to the
Paul> latest version of Autoconf is to support ancient, nonstandard
Paul> hosts (probably at least 5 years old).

We are discussing two different issues.  One is that John has a broken
set of LC vars.  Perl complains: it is an autoconf-user problem, not a
configure-user problem.  Because of this, I realized we might have a
more general problem, that needed to be addressed for configure-users.


--- -   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
 

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

Thanks!



reply via email to

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