mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
Set LC_ALL=C instead of LANG=C
This commit is contained in:
parent
56c9b2de7a
commit
f433635240
7 changed files with 15 additions and 7 deletions
|
|
@ -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'`
|
||||
|
|
|
|||
|
|
@ -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/../..
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
LANG=C
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
|
||||
if which nm 2>/dev/null >/dev/null; then
|
||||
:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
LANG=C
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
|
||||
test -z "$srcdir" && srcdir=.
|
||||
stat=0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
LANG=C
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
|
||||
if which readelf 2>/dev/null >/dev/null; then
|
||||
:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
LANG=C
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
|
||||
test -z "$srcdir" && srcdir=.
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue