comparison configure @ 26934:3aae8bf866e1

10l: Restore LANG variable in config.mak so that shell commands are not negatively affected by (broken) locale settings.
author diego
date Mon, 02 Jun 2008 12:55:24 +0000
parents 20b9569183e0
children 0dc61a671898
comparison
equal deleted inserted replaced
26933:20b9569183e0 26934:3aae8bf866e1
7577 ############################################################################# 7577 #############################################################################
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.
7583 LANG = C
7584
7582 MAN_LANG = $MAN_LANG 7585 MAN_LANG = $MAN_LANG
7583 MAN_LANG_ALL = $MAN_LANG_ALL 7586 MAN_LANG_ALL = $MAN_LANG_ALL
7584 7587
7585 DESTDIR = 7588 DESTDIR =
7586 prefix = \$(DESTDIR)$_prefix 7589 prefix = \$(DESTDIR)$_prefix