summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2006-02-21 06:37:44 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2006-02-21 06:37:44 +0000
commit65b65c747e4351c4ad0e2e545239255395e92b6e (patch)
tree10a0051f7e0103f973f436e91a1173e79572c00c /autogen.sh
parente9ea734f9ef99feceadf234ea3830dfc4560e97a (diff)
downloadxfwm4-65b65c747e4351c4ad0e2e545239255395e92b6e.tar.gz
Avoid side effects with the locale
(Old svn revision: 19983)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
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 <benny@xfce.org>.
#
+# 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 <<EOF
autogen.sh: You don't seem to have the Xfce development tools installed on