* autogen.sh: Ensure that collate and ctype locale is C.

* conf/Makefile.common: Likeiwise.

	Also-By: Colin Watson <cjwatson@ubuntu.com>
This commit is contained in:
Vladimir Serbinenko 2011-04-08 13:57:56 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent cb180fdf06
commit 18dd6b472d
3 changed files with 14 additions and 0 deletions

View file

@ -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..."