[kaffe] CVS kaffe (robilad): set locale to C in autogen script

Kaffe CVS cvs-commits at kaffe.org
Sun Jan 30 07:41:26 PST 2005


PatchSet 5951 
Date: 2005/01/30 15:36:15
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
set locale to C in autogen script

2005-01-29  Dalibor Topic  <robilad at kaffe.org>

        * developers/autogen.sh:
        Set locale to C tp avoid different locales interfering
        with sorting of class lists.

        Reported by:  Guilhem Lavaux  <guilhem at kaffe.org>

Members: 
	ChangeLog:1.3490->1.3491 
	developers/autogen.sh:1.52->1.53 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3490 kaffe/ChangeLog:1.3491
--- kaffe/ChangeLog:1.3490	Sun Jan 30 15:17:36 2005
+++ kaffe/ChangeLog	Sun Jan 30 15:36:15 2005
@@ -1,5 +1,13 @@
 2005-01-29  Dalibor Topic  <robilad at kaffe.org>
 
+	* developers/autogen.sh:
+	Set locale to C tp avoid different locales interfering 
+	with sorting of class lists.
+
+	Reported by:  Guilhem Lavaux  <guilhem at kaffe.org>
+
+2005-01-29  Dalibor Topic  <robilad at kaffe.org>
+
 	* test/regression/Makefile.am (EXTRA_DIST): Added 
 	HelloWorldApp.class.
 	(CLEANFILES) Removed *.class.
Index: kaffe/developers/autogen.sh
diff -u kaffe/developers/autogen.sh:1.52 kaffe/developers/autogen.sh:1.53
--- kaffe/developers/autogen.sh:1.52	Thu Jan 27 01:07:28 2005
+++ kaffe/developers/autogen.sh	Sun Jan 30 15:36:19 2005
@@ -6,6 +6,8 @@
 # You should run this from the top-level directory.
 # Written by Mo DeJong.
 
+export LC_ALL=C
+
 # Check for versions of various tools to use when regenerating 
 # Makefiles and configure scripts - if you want to use different
 # versions, use --override.  The purpose of these checks is to just




More information about the kaffe mailing list