]> git.pld-linux.org Git - packages/rrdtool.git/blame - rrdtool-tcl-path.patch
- automake-1.11.2 fixes (-am.patch)
[packages/rrdtool.git] / rrdtool-tcl-path.patch
CommitLineData
8480f791
JB
1--- rrdtool-1.2.13/configure.ac.orig 2006-05-04 15:26:29.000000000 +0200
2+++ rrdtool-1.2.13/configure.ac 2006-05-28 10:10:20.253466500 +0200
ba61c413
AM
3@@ -632,7 +632,7 @@
4 withval=""
5 AC_ARG_WITH(tcllib,[ --with-tcllib=DIR location of the tclConfig.sh])
6 enable_tcl=no
7- for dir in $withval /usr/lib /usr/local/lib /usr/lib/tcl8.4 /usr/lib/tcl8.3 ; do
8+ for dir in $withval /usr/lib /usr/local/lib /usr/lib/tcl8.5 /usr/lib/tcl8.4 /usr/lib/tcl8.3 ; do
9 AC_MSG_CHECKING(for tclConfig.sh in $dir)
10 if test -f "$dir/tclConfig.sh" ; then
11 tcl_config=$dir/tclConfig.sh
4a4932fb 12@@ -843,7 +843,7 @@
ba61c413 13 fi
455b789f 14 fi
ae6611d4 15 AC_ARG_ENABLE(tcl-site,AS_HELP_STRING([--enable-tcl-site],[install the tcl extension in the tcl tree]),
8480f791
JB
16- [],[enable_tcl_site=yes])
17+ [enable_tcl_site="$enable_tcl"],[enable_tcl_site=yes])
18
455b789f 19 fi
20
ba61c413 21
This page took 0.100193 seconds and 4 git commands to generate.