comparison configure @ 27684:d55c174faeba

Merge variable declaration and export.
author diego
date Sat, 04 Oct 2008 17:15:39 +0000
parents 317f7890e2f9
children b6e2b2e52bba
comparison
equal deleted inserted replaced
27683:29d9ec9b1f9d 27684:d55c174faeba
48 # _ld_feature : '-L/path/dir -lfeature' GCC options 48 # _ld_feature : '-L/path/dir -lfeature' GCC options
49 # 49 #
50 ############################################################################# 50 #############################################################################
51 51
52 # Prevent locale nonsense from breaking basic text processing utils 52 # Prevent locale nonsense from breaking basic text processing utils
53 LC_ALL=C 53 export LC_ALL=C
54 export LC_ALL
55 54
56 # Store the configure line that was used 55 # Store the configure line that was used
57 _configuration="$*" 56 _configuration="$*"
58 57
59 # Prefer these macros to full length text ! 58 # Prefer these macros to full length text !