From 65b65c747e4351c4ad0e2e545239255395e92b6e Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Tue, 21 Feb 2006 06:37:44 +0000 Subject: Avoid side effects with the locale (Old svn revision: 19983) --- autogen.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 34ab299f5..fbede6bab 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,6 +8,11 @@ # Written for Xfce by Benedikt Meurer . # +# Set locale to C to avoid troubles with "svn info" output parsing +LC_ALL=C +LANG=C +export LC_ALL LANG + (type xdt-autogen) >/dev/null 2>&1 || { cat >&2 <