* autogen.sh: Don't set LC_CTYPE as it doesn't create problem for
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 16 Oct 2013 23:09:19 +0000 (01:09 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 16 Oct 2013 23:09:19 +0000 (01:09 +0200)
compilation but prevents gcc from displaying messages in non-Latin
alphabets.
* conf/Makefile.common: Likewise.

ChangeLog
autogen.sh
conf/Makefile.common

index 127e532..cedd2c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-10-17  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * autogen.sh: Don't set LC_CTYPE as it doesn't create problem for
+       compilation but prevents gcc from displaying messages in non-Latin
+       alphabets.
+       * conf/Makefile.common: Likewise.
+
 2013-10-16  Hiroyuki YAMAMORI
 
        Handle Japanese special keys.
index f4e06bf..10fe68f 100755 (executable)
@@ -2,7 +2,6 @@
 
 set -e
 
-export LC_CTYPE=C
 export LC_COLLATE=C
 unset LC_ALL
 
index ba13c29..727e064 100644 (file)
@@ -3,7 +3,6 @@
 CFLAGS_PLATFORM=
 
 export LC_COLLATE := C
-export LC_CTYPE := C
 unexport LC_ALL
 
 # Platform specific options