]> granicus.if.org Git - graphviz/commitdiff
use tclsh8.5 in preference to tclsh
authorellson <devnull@localhost>
Fri, 29 Aug 2008 19:25:41 +0000 (19:25 +0000)
committerellson <devnull@localhost>
Fri, 29 Aug 2008 19:25:41 +0000 (19:25 +0000)
configure.ac

index 6e4601254695db67d51fc4d2ba8fcaa8268b3dce..2bbe6c063f4eb85117fbc2050c0c6144ad2d30f8 100644 (file)
@@ -1344,13 +1344,13 @@ if test "x$use_tcl" = "x"; then
     TCLSH=$withval,)
 
   if test "x$TCLSH" = "x"; then
-    AC_PATH_PROG(TCLSH,tclsh)
+    AC_PATH_PROG(TCLSH,tclsh8.5)
     if test "x$TCLSH" = "x"; then
-      AC_PATH_PROG(TCLSH,tclsh8.5)
+      AC_PATH_PROG(TCLSH,tclsh8.4)
       if test "x$TCLSH" = "x"; then
-        AC_PATH_PROG(TCLSH,tclsh8.4)
+        AC_PATH_PROG(TCLSH,tclsh8.3)
         if test "x$TCLSH" = "x"; then
-          AC_PATH_PROG(TCLSH,tclsh8.3)
+          AC_PATH_PROG(TCLSH,tclsh)
         fi
       fi
     fi