From: Martin Mares Date: Fri, 30 Jan 2009 13:07:15 +0000 (+0100) Subject: configure: Set LC_ALL globally. X-Git-Tag: v3.1.1~2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=666422c66fc083470e8fbf86e9ae062e373cf362;p=pciutils.git configure: Set LC_ALL globally. Fixes problems with character ranges in calls to `tr' spotted in some locales by Mike Frysinger. --- 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" ]