comparison configure @ 26935:0dc61a671898

Use LC_ALL instead of LANG in config.mak to prevent locale settings from messing with text processing tools.
author diego
date Mon, 02 Jun 2008 16:32:38 +0000
parents 3aae8bf866e1
children 7042def3416f
comparison
equal deleted inserted replaced
26934:3aae8bf866e1 26935:0dc61a671898
7578 echo "Creating config.mak" 7578 echo "Creating config.mak"
7579 cat > config.mak << EOF 7579 cat > config.mak << EOF
7580 # -------- Generated by configure ----------- 7580 # -------- Generated by configure -----------
7581 7581
7582 # Ensure that locale settings do not interfere with shell commands. 7582 # Ensure that locale settings do not interfere with shell commands.
7583 LANG = C 7583 LC_ALL = C
7584 7584
7585 MAN_LANG = $MAN_LANG 7585 MAN_LANG = $MAN_LANG
7586 MAN_LANG_ALL = $MAN_LANG_ALL 7586 MAN_LANG_ALL = $MAN_LANG_ALL
7587 7587
7588 DESTDIR = 7588 DESTDIR =