From: John Ellson Date: Sat, 23 Jun 2012 15:58:41 +0000 (-0400) Subject: another attempt to deal with fc17+ PATH nonsense X-Git-Tag: LAST_LIBGRAPH~32^2~395 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=255d2c973fd36208e961fa18073bc987108e53e5;p=graphviz another attempt to deal with fc17+ PATH nonsense --- diff --git a/configure.ac b/configure.ac index 28121ca37..6442ae0e1 100644 --- a/configure.ac +++ b/configure.ac @@ -279,7 +279,7 @@ AC_ARG_WITH(tclsh, TCLSH=$withval,) if test "x$TCLSH" = "x"; then - AC_PATH_PROGS(TCLSH,[tclsh8.6 tclsh8.5 tclsh8.4 tclsh8.3 tclsh]) + AC_PATH_PROGS(TCLSH,[/usr/bin/tclsh8.6 /usr/bin/tclsh8.5 /usr/bin/tclsh8.4 /usr/bin/tclsh8.3 /usr/bin/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)"