# HG changeset patch # User diego # Date 1212846889 0 # Node ID cd08a805999864d0f13e0fbb4685ea9f8a7774ed # Parent 9077741c9ed6582362ca48c313aa57b73edf206e Make sure that the LC_ALL variable is exported to the environment of shell commands invoked by make. diff -r 9077741c9ed6 -r cd08a8059998 configure --- a/configure Sat Jun 07 13:13:15 2008 +0000 +++ b/configure Sat Jun 07 13:54:49 2008 +0000 @@ -7555,7 +7555,7 @@ # -------- Generated by configure ----------- # Ensure that locale settings do not interfere with shell commands. -LC_ALL = C +export LC_ALL = C MAN_LANG = $MAN_LANG MAN_LANG_ALL = $MAN_LANG_ALL