[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Making syntax.m4 locale-independent
From: |
Pavel Roskin |
Subject: |
Making syntax.m4 locale-independent |
Date: |
Tue, 24 Oct 2000 15:31:35 -0400 (EDT) |
Hello!
CVS would be slightly happier if the contents of tests/syntax.m4 were
constant.
ChangeLog:
* tests/mktests.sh: set locale to C to make sure that syntax.m4
and update.m4 are locale-independent
syntax.m4 needs to be regenerated after applying this patch.
_____________________
--- tests/mktests.sh Mon Oct 23 15:22:26 2000
+++ tests/mktests.sh Tue Oct 24 15:20:20 2000
@@ -38,6 +38,11 @@
# We need these arguments.
src="$@"
+# Set locale to C so that `sort' behaves in a uniform way.
+export LANGUAGE; LANGUAGE=C
+export LANG; LANG=C
+export LC_ALL; LC_ALL=C
+
# --------- #
# syntax.m4 #
_____________________
Regards,
Pavel Roskin
- Making syntax.m4 locale-independent,
Pavel Roskin <=