[llvm-commits] CVS: llvm/configure

Reid Spencer reid at x10sys.com
Wed Dec 1 23:31:32 PST 2004



Changes in directory llvm:

configure updated: 1.146 -> 1.147
---
Log message:

Search for tclsh last so we don't find the FreeBSD warning script too early


---
Diffs of the changes:  (+1 -1)

Index: llvm/configure
diff -u llvm/configure:1.146 llvm/configure:1.147
--- llvm/configure:1.146	Wed Dec  1 22:17:20 2004
+++ llvm/configure	Thu Dec  2 01:31:22 2004
@@ -5487,7 +5487,7 @@
 if test x"${ac_cv_path_tclsh}" = x ; then
   echo "$as_me:$LINENO: result: none" >&5
 echo "${ECHO_T}none" >&6
-  for ac_prog in tclsh tclsh8.4 tclsh8.4.8 tclsh8.4.7 tclsh8.4.6 tclsh8.4.5 tclsh8.4.4 tclsh8.4.3 tclsh8.4.2 tclsh8.4.1 tclsh8.4.0 tclsh8.3 tclsh8.3.5 tclsh8.3.4 tclsh8.3.3 .tclsh8.3.2 tclsh8.3.1 tclsh8.3.0
+  for ac_prog in tclsh8.4 tclsh8.4.8 tclsh8.4.7 tclsh8.4.6 tclsh8.4.5 tclsh8.4.4 tclsh8.4.3 tclsh8.4.2 tclsh8.4.1 tclsh8.4.0 tclsh8.3 tclsh8.3.5 tclsh8.3.4 tclsh8.3.3 .tclsh8.3.2 tclsh8.3.1 tclsh8.3.0 tclsh
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2






More information about the llvm-commits mailing list