comparison configure @ 26991:cd08a8059998

Make sure that the LC_ALL variable is exported to the environment of shell commands invoked by make.
author diego
date Sat, 07 Jun 2008 13:54:49 +0000
parents 7042def3416f
children d0c873ddfaef
comparison
equal deleted inserted replaced
26990:9077741c9ed6 26991:cd08a8059998
7553 echo "Creating config.mak" 7553 echo "Creating config.mak"
7554 cat > config.mak << EOF 7554 cat > config.mak << EOF
7555 # -------- Generated by configure ----------- 7555 # -------- Generated by configure -----------
7556 7556
7557 # Ensure that locale settings do not interfere with shell commands. 7557 # Ensure that locale settings do not interfere with shell commands.
7558 LC_ALL = C 7558 export LC_ALL = C
7559 7559
7560 MAN_LANG = $MAN_LANG 7560 MAN_LANG = $MAN_LANG
7561 MAN_LANG_ALL = $MAN_LANG_ALL 7561 MAN_LANG_ALL = $MAN_LANG_ALL
7562 7562
7563 DESTDIR = 7563 DESTDIR =