summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-02-13 11:57:52 +0000
committerCarl Worth <cworth@cworth.org>2005-02-13 11:57:52 +0000
commit2cd01deb4d3ea3a722ef4d10839eef8577b81e5c (patch)
tree7fbf00a0814efb2c1be92c4a8d1860fb76aab176
parentd4ae84f39764dc2ced9d6807dbb5fe7f23c6eebe (diff)
Use LC_NUMERIC=C so that decimal separator works in version checks.
-rw-r--r--ChangeLog5
-rwxr-xr-xautogen.sh1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73be4439..960e0e81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-13 Carl Worth <cworth@cworth.org>
+
+ * autogen.sh (LC_NUMERIC): Use LC_NUMERIC=C so that decimal
+ separator works in version checks.
+
2005-02-12 Owen Taylor <otaylor@redhat.com>
* src/cairo_gstate.c (_cairo_gstate_clip_and_composite_trapezoids): Fix
diff --git a/autogen.sh b/autogen.sh
index 61613785..f834cfed 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -22,6 +22,7 @@ libtoolize_min_vers=1.4
# The awk-based string->number conversion we use needs a C locale to work as expected.
LANG=C
+LC_NUMERIC=C
ARGV0=$0