X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=ff0e2be01d0cfef8f1be0a7b331971f44f823e9b;hb=ad082113401287efdd32da0b2c2a3b169a169ea9;hp=9f77f075311752b251ac7f5da71972c357640a9a;hpb=0ea0788a838ebc8f5918758a7c2d14d4c15c7f25;p=idzebra-moved-to-github.git diff --git a/configure.in b/configure.in index 9f77f07..ff0e2be 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Zebra, Index Data Aps, 1995-2002 -dnl $Id: configure.in,v 1.44 2002-08-29 14:04:45 mike Exp $ +dnl $Id: configure.in,v 1.46 2002-09-05 14:36:20 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(zebra,1.3.1) +AM_INIT_AUTOMAKE(zebra,1.3.2) dnl ------ Substitutions AC_SUBST(TCL_INCLUDE) AC_SUBST(TCL_LIB) @@ -86,7 +86,7 @@ if test "x$tclconfig" = xNONE; then if test ! -r ${tclconfig}/tclConfig.sh; then # Not found, try search for Tcl on Debian systems. for d in /usr/lib/tcl*; do - if test -d $d; then + if test -f $d/tclConfig.sh; then tclconfig=$d fi done