# HG changeset patch # User diego # Date 1223140539 0 # Node ID d55c174faeba0543ca240c9d935bb33e80c85dfd # Parent 29d9ec9b1f9d8fbebbc2d8687a7e2f324cc5a677 Merge variable declaration and export. diff -r 29d9ec9b1f9d -r d55c174faeba configure --- a/configure Sat Oct 04 16:40:35 2008 +0000 +++ b/configure Sat Oct 04 17:15:39 2008 +0000 @@ -50,8 +50,7 @@ ############################################################################# # Prevent locale nonsense from breaking basic text processing utils -LC_ALL=C -export LC_ALL +export LC_ALL=C # Store the configure line that was used _configuration="$*"