Set LC_ALL=C instead of LANG=C

This commit is contained in:
Behdad Esfahbod 2009-09-16 15:46:14 -04:00
parent 56c9b2de7a
commit f433635240
7 changed files with 15 additions and 7 deletions

View file

@ -1,6 +1,8 @@
#!/bin/sh
LANG=C
LC_ALL=C
export LC_ALL
if test -z "$DOC_MODULE"; then
# extract from Makefile
eval `grep '^DOC_MODULE' Makefile | sed 's/ //g'`

View file

@ -1,6 +1,7 @@
#!/bin/sh
LANG=C
LC_ALL=C
export LC_ALL
test -z "$srcdir" && srcdir=.
test -z "$top_srcdir" && top_srcdir=$srcdir/../..

View file

@ -1,6 +1,7 @@
#!/bin/sh
LANG=C
LC_ALL=C
export LC_ALL
if which nm 2>/dev/null >/dev/null; then
:

View file

@ -1,6 +1,7 @@
#!/bin/sh
LANG=C
LC_ALL=C
export LC_ALL
if grep --version 2>/dev/null | grep GNU >/dev/null; then
:

View file

@ -1,6 +1,7 @@
#!/bin/sh
LANG=C
LC_ALL=C
export LC_ALL
test -z "$srcdir" && srcdir=.
stat=0

View file

@ -1,6 +1,7 @@
#!/bin/sh
LANG=C
LC_ALL=C
export LC_ALL
if which readelf 2>/dev/null >/dev/null; then
:

View file

@ -1,6 +1,7 @@
#!/bin/sh
LANG=C
LC_ALL=C
export LC_ALL
test -z "$srcdir" && srcdir=.
cd "$srcdir"