X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=795af52f0ccfce0516e513c5ea882c3a1927087a;hb=e5bca6e2527eb47c1a44c6d5d61aa3cdfd438bc4;hp=7e891e8ce3e2df1ab692d316137afa563da707b9;hpb=e972509d8d00575fc88767deeb64ffd8babf78d3;p=ir-tcl-moved-to-github.git diff --git a/configure.in b/configure.in index 7e891e8..795af52 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl IR toolkit for tcl/tk dnl (c) Index Data 1996-2001 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.34 2002-08-30 13:01:40 adam Exp $ +dnl $Id: configure.in,v 1.36 2002-09-13 20:23:56 adam Exp $ AC_INIT(ir-tcl.h) dnl ------ Substitutions AC_SUBST(CC) @@ -20,7 +20,7 @@ AC_SUBST(RANLIB) dnl dnl ------ Build root AC_SUBST(build_root) -AC_ARG_WITH(build-root, [ --with-buildroot RPM Build root],[build_root=$withval],[build_root=""]) +AC_ARG_WITH(build-root, [ --with-build-root RPM Build root],[build_root=$withval],[build_root=""]) dnl dnl ------ Preliminary settings AC_PROG_INSTALL @@ -58,7 +58,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 IRCLIENT_SHELL=/usr/bin/wish fi