From 666422c66fc083470e8fbf86e9ae062e373cf362 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 30 Jan 2009 14:07:15 +0100 Subject: [PATCH] configure: Set LC_ALL globally. Fixes problems with character ranges in calls to `tr' spotted in some locales by Mike Frysinger. --- lib/configure | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/configure b/lib/configure index b0529a7..69f4272 100755 --- a/lib/configure +++ b/lib/configure @@ -1,6 +1,9 @@ #!/bin/sh # Configuration script for the PCI library -# (c) 1998--2008 Martin Mares +# (c) 1998--2009 Martin Mares + +LC_ALL=C +export LC_ALL echo_n() { if [ -n "$BASH" ] -- 2.39.2