* 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.
This commit is contained in:
parent
ceca6ddf26
commit
f7b69a3f2c
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
set -e
|
||||
|
||||
export LC_CTYPE=C
|
||||
export LC_COLLATE=C
|
||||
unset LC_ALL
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
CFLAGS_PLATFORM=
|
||||
|
||||
export LC_COLLATE := C
|
||||
export LC_CTYPE := C
|
||||
unexport LC_ALL
|
||||
|
||||
# Platform specific options
|
||||
|
|
Loading…
Reference in a new issue