summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2013-02-01 23:45:04 +0100
committerWerner Lemberg <wl@gnu.org>2013-02-01 23:45:04 +0100
commit3b1f206b04a05f07a86944669e36e67b0145e60b (patch)
tree2aaf366710a0cd2127b4590f4e53503154fe03c3
parent30f1e6ca45f83285f565f56d8f714dd50aaa4cf8 (diff)
downloadfreetype2-3b1f206b04a05f07a86944669e36e67b0145e60b.tar.gz
Fix Savannah bug #38227.
* builds/unix/freetype-config.in: Set LC_ALL.
-rw-r--r--ChangeLog6
-rw-r--r--builds/unix/freetype-config.in5
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c7dc8779..f74cfcc15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2013-02-01 Werner Lemberg <wl@gnu.org>
+ Fix Savannah bug #38227.
+
+ * builds/unix/freetype-config.in: Set LC_ALL.
+
+2013-02-01 Werner Lemberg <wl@gnu.org>
+
Fix Savannah bug #38221.
This complements commit 83c0ebab.
diff --git a/builds/unix/freetype-config.in b/builds/unix/freetype-config.in
index 815367ba8..1c0cc077e 100644
--- a/builds/unix/freetype-config.in
+++ b/builds/unix/freetype-config.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009 by
+# Copyright 2000-2005, 2008, 2009, 2013 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@@ -9,6 +9,9 @@
# indicate that you have read the license and understand and accept it
# fully.
+LC_ALL=C
+export LC_ALL
+
prefix=@prefix@
exec_prefix=@exec_prefix@
exec_prefix_set=no