From 2828ded84bebe1c5778578f6f058d7349a2cb5d9 Mon Sep 17 00:00:00 2001 From: oetiker Date: Thu, 12 Jul 2007 20:33:37 +0000 Subject: [PATCH] fix tcl build settup git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1148 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/program/configure.ac b/program/configure.ac index bac21655..32daec3d 100644 --- a/program/configure.ac +++ b/program/configure.ac @@ -762,7 +762,7 @@ if test "$enable_tcl" = "yes"; then withval="" AC_ARG_WITH(tcllib,[ --with-tcllib=DIR location of the tclConfig.sh]) enable_tcl=no - for dir in $withval /usr/lib /usr/local/lib; do + for dir in $withval /usr/lib /usr/local/lib /usr/lib/tcl8.4 /usr/lib/tcl8.3 ; do AC_MSG_CHECKING(for tclConfig.sh in $dir) if test -f "$dir/tclConfig.sh" ; then tcl_config=$dir/tclConfig.sh @@ -797,6 +797,7 @@ AC_SUBST(TCL_LD_SEARCH_FLAGS) AC_SUBST(TCL_STUB_LIB_SPEC) AC_SUBST(TCL_VERSION) AC_SUBST(TCL_PACKAGE_DIR) +AC_SUBST(TCL_INC_DIR) AC_ARG_ENABLE(python,[ --disable-python do not build the python modules], [],[enable_python=yes]) -- 2.30.2