]> granicus.if.org Git - graphviz/commitdiff
another attempt to deal with fc17+ PATH nonsense
authorJohn Ellson <ellson@research.att.com>
Sat, 23 Jun 2012 15:58:41 +0000 (11:58 -0400)
committerJohn Ellson <ellson@research.att.com>
Sat, 23 Jun 2012 15:58:41 +0000 (11:58 -0400)
configure.ac

index 28121ca37b8776896f2791dab867edd56cdb6753..6442ae0e1fbaecb5d94bacff52fb811d521ae815 100644 (file)
@@ -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)"