X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.in;h=f1c4b3a36066935e04c5ca0713aace4467b7926b;hb=cf1adabcfee32e95fff109de1500f09b82f990b0;hp=0ac7da55a0d35a0845d7b2d91cc6f5d6fdb64f26;hpb=72eba0cc83b2df9c0b52cd8559ad35dcea31293c;p=idzebra-moved-to-github.git diff --git a/configure.in b/configure.in index 0ac7da5..f1c4b3a 100644 --- a/configure.in +++ b/configure.in @@ -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.20 2006-03-24 14:05:44 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(idzebra,1.3.26) +AM_INIT_AUTOMAKE(idzebra,1.3.35) 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 @@ -353,13 +353,14 @@ AC_OUTPUT([ test/dmoz/Makefile test/xpath/Makefile test/sort/Makefile test/zsh/Makefile test/marcxml/Makefile test/charmap/Makefile test/codec/Makefile examples/Makefile examples/gils/Makefile examples/zthes/Makefile + examples/mail/Makefile idzebra.spec ]) 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