From: ellson Date: Sat, 18 Oct 2008 12:57:54 +0000 (+0000) Subject: recognize tclsh8.6 X-Git-Tag: LAST_LIBGRAPH~32^2~3077 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10bcd318fc8e5ee842f87187b8596b66cbe8b1fa;p=graphviz recognize tclsh8.6 --- diff --git a/configure.ac b/configure.ac index 6d91bd7ff..2f67303ce 100644 --- a/configure.ac +++ b/configure.ac @@ -259,7 +259,7 @@ AC_ARG_WITH(tclsh, TCLSH=$withval,) if test "x$TCLSH" = "x"; then - AC_PATH_PROGS(TCLSH,[tclsh8.5 tclsh8.4 tclsh8.3 tclsh]) + AC_PATH_PROGS(TCLSH,[tclsh8.6 tclsh8.5 tclsh8.4 tclsh8.3 tclsh]) if test "x$TCLSH" = "x"; then AC_MSG_ERROR([Unable to find a tclsh. Tclsh is a required program for building graphviz, independent of wether tcl-based graphviz products are built]) use_tcl="No (tclsh unavailable)"