[cairo-commit] cairo ChangeLog,1.218,1.219 autogen.sh,1.5,1.6
Carl Worth
commit at pdx.freedesktop.org
Sat Aug 14 06:35:33 PDT 2004
Committed by: cworth
Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv20317
Modified Files:
ChangeLog autogen.sh
Log Message:
* autogen.sh (LANG): Explicitly set LANG=C to fix the awk
string->number conversion for user with locales that don't match
ASCII digit conventions.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.218
retrieving revision 1.219
diff -C2 -d -r1.218 -r1.219
*** ChangeLog 3 Aug 2004 18:49:20 -0000 1.218
--- ChangeLog 14 Aug 2004 13:35:30 -0000 1.219
***************
*** 1,2 ****
--- 1,8 ----
+ 2004-08-14 Carl Worth <cworth at isi.edu>
+
+ * autogen.sh (LANG): Explicitly set LANG=C to fix the awk
+ string->number conversion for user with locales that don't match
+ ASCII digit conventions.
+
2004-08-03 Carl Worth <cworth at isi.edu>
Index: autogen.sh
===================================================================
RCS file: /cvs/cairo/cairo/autogen.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** autogen.sh 9 Jul 2004 19:47:06 -0000 1.5
--- autogen.sh 14 Aug 2004 13:35:30 -0000 1.6
***************
*** 1,5 ****
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
-
set -e
--- 1,4 ----
***************
*** 21,24 ****
--- 20,25 ----
libtoolize_min_vers=1.4
+ # The awk-based string->number conversion we use needs a C locale to work as expected.
+ LANG=C
ARGV0=$0
More information about the cairo-commit
mailing list