Minor.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 10 Dec 1999 10:24:00 +0000 (10:24 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 10 Dec 1999 10:24:00 +0000 (10:24 +0000)
configure
configure.in

index c5689b4..fa54fe4 100755 (executable)
--- a/configure
+++ b/configure
@@ -16,7 +16,7 @@ ac_help="$ac_help
 ac_help="$ac_help
   --with-yazconfig        Path for yaz-config"
 ac_help="$ac_help
-  --with-tclconfig        Path for tclConfig.sh"
+  --with-tclconfig        Path for tclConfig.sh/tkConfig.sh"
 ac_help="$ac_help
   --with-x                use the X Window System"
 
index 9bf50f7..3945729 100644 (file)
@@ -1,7 +1,7 @@
 dnl IR toolkit for tcl/tk
 dnl (c) Index Data 1996-1999
 dnl See the file LICENSE for details.
-dnl $Id: configure.in,v 1.25 1999-11-30 14:05:58 adam Exp $
+dnl $Id: configure.in,v 1.26 1999-12-10 10:24:00 adam Exp $
 AC_INIT(ir-tcl.h)
 CC=${CC-cc}
 dnl ------ Substitutions
@@ -63,7 +63,7 @@ dnl
 dnl ------ look for Tcl
 tclconfig=NONE
 tryprefix=NONE
-AC_ARG_WITH(tclconfig, [  --with-tclconfig        Path for tclConfig.sh], [tclconfig=$withval])
+AC_ARG_WITH(tclconfig, [  --with-tclconfig        Path for tclConfig.sh/tkConfig.sh], [tclconfig=$withval])
 if test "x$tclconfig" = xNONE; then
         saveprefix=${prefix}
        AC_PREFIX_PROGRAM(tclsh)