]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* autogen.sh: Ensure that collate and ctype locale is C.
authorVladimir Serbinenko <phcoder@gmail.com>
Fri, 8 Apr 2011 11:57:56 +0000 (13:57 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 8 Apr 2011 11:57:56 +0000 (13:57 +0200)
* conf/Makefile.common: Likeiwise.

Also-By: Colin Watson <cjwatson@ubuntu.com>
ChangeLog
autogen.sh
conf/Makefile.common

index 7b247ca81fdf33139cae3e9801a1a7c44e12f132..1820e3306d0b24d524fe91955d199fbf5fa99e90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-04-08  Vladimir Serbinenko  <phcoder@gmail.com>
+2011-04-08  Colin Watson  <cjwatson@ubuntu.com>
+
+       * autogen.sh: Ensure that collate and ctype locale is C.
+       * conf/Makefile.common: Likeiwise.
+
 2011-04-08  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/normal/menu.c: Add missing include.
index 96b1e33e2f1cb323554dcb941c0694599d416414..d14707aadd5641b7e4a8b548cca6f298688b355c 100755 (executable)
@@ -2,6 +2,10 @@
 
 set -e
 
+export LC_CTYPE=C
+export LC_COLLATE=C
+unset LC_ALL
+
 autogen --version >/dev/null || exit 1
 
 echo "Importing unicode..."
index 32ca76d08a0dcf7caf34483bfedc1ad08071c586..5aa13cdd629595ade4a1b920f111577dd1168073 100644 (file)
@@ -2,6 +2,10 @@
 
 CFLAGS_PLATFORM=
 
+export LC_COLLATE := C
+export LC_CTYPE := C
+unexport LC_ALL
+
 # Platform specific options
 if COND_i386_pc
   CFLAGS_PLATFORM += -mrtd -mregparm=3