Enable X-Path indexing via attribute to set:use again. Ensure no
[idzebra-moved-to-github.git] / configure.in
index 0ac7da5..2d78996 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data Aps, 1995-2005
-dnl $Id: configure.in,v 1.91.2.11 2005-05-12 08:02:47 adam Exp $
+dnl $Id: configure.in,v 1.91.2.15 2005-10-27 17:39:09 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(idzebra,1.3.26)
+AM_INIT_AUTOMAKE(idzebra,1.3.30)
 dnl ------ Substitutions
 AC_SUBST(TCL_INCLUDE)
 AC_SUBST(TCL_LIB)
@@ -29,7 +29,7 @@ if test "$enable_threads" = "yes"; then
 else
        yazflag=""
 fi
-YAZ_INIT($yazflag)
+YAZ_INIT($yazflag,2.0.18)
 YAZ_DOC
 dnl ------ Look for Tcl
 dnl See if user has specified location of tclConfig.sh; otherwise
@@ -359,7 +359,7 @@ if test -x "$perlbin"; then
        res=`cd perl ; $perlbin Makefile.PL ; cd .. ;`;
 fi
 if test  -z "$YAZLIB"; then
-       echo "YAZ was not found. Use --with-yazconfig=DIR to specify location."
+       echo "YAZ was not found. Use --with-yaz=DIR to specify location."
        test -f /etc/debian_version && echo "Debian package libyaz-dev is required."
 fi