]> git.pld-linux.org Git - packages/rrdtool.git/blob - rrdtool-tcl-path.patch
- ruby and tcl bconds
[packages/rrdtool.git] / rrdtool-tcl-path.patch
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
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
12 @@ -843,7 +843,7 @@
13         fi
14    fi
15    AC_ARG_ENABLE(tcl-site,AS_HELP_STRING([--enable-tcl-site],[install the tcl extension in the tcl tree]),
16 -  [],[enable_tcl_site=yes])
17 +  [enable_tcl_site="$enable_tcl"],[enable_tcl_site=yes])
18  
19  fi
20  
21
This page took 0.067169 seconds and 3 git commands to generate.