]> git.pld-linux.org Git - packages/rrdtool.git/blame - rrdtool-tcl-path.patch
- unconditional noarch subpackages
[packages/rrdtool.git] / rrdtool-tcl-path.patch
CommitLineData
ad60f976
JK
1--- rrdtool-1.4.7/configure.ac.orig 2012-01-24 11:08:48.000000000 +0100
2+++ rrdtool-1.4.7/configure.ac 2012-11-27 12:07:01.000000000 +0100
3@@ -840,7 +840,7 @@
ba61c413
AM
4 withval=""
5 AC_ARG_WITH(tcllib,[ --with-tcllib=DIR location of the tclConfig.sh])
6 enable_tcl=no
ad60f976
JK
7- for dir in $withval /usr/lib /usr/lib64 /usr/local/lib /usr/lib/tcl8.4 /usr/lib/tcl8.3 ; do
8+ for dir in $withval /usr/lib /usr/lib64 /usr/local/lib /usr/lib/tcl8.5 /usr/lib/tcl8.4 /usr/lib/tcl8.3 ; do
ba61c413
AM
9 AC_MSG_CHECKING(for tclConfig.sh in $dir)
10 if test -f "$dir/tclConfig.sh" ; then
11 tcl_config=$dir/tclConfig.sh
ad60f976 12@@ -862,7 +862,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
This page took 0.033181 seconds and 4 git commands to generate.