[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-user: Small change to get pcb to build on my FreeBSD machine
On my FreeBSD laptop I've got tk-8.5.8_1 installed, and it provides
wish8.5. I made the following change to configure.ac to get it to work:
diff --git a/configure.ac b/configure.ac
index 87814cd..ab6986f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -534,7 +534,7 @@ else
fi
-AC_PATH_PROGS(WISH, wish wish83 wish8.3 wish80 wish8.0 cygwish83 cygwish80,[none])
+AC_PATH_PROGS(WISH, wish wish85 wish8.5 wish83 wish8.3 wish80 wish8.0 cygwish83 cygwish80,[none])
if test "X$WISH" = "Xnone" ; then
AC_MSG_ERROR([Did not find the wish executible. You need to make sure
that tcl is installed on your system and that wish is in your path])
-Ed
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user