X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.in;h=d6e93d277e07aea5125c798f533d18ef2eed2dea;hb=8359203e61febbf010ecd97e50c9c85fe139daa4;hp=8440d497107ce04468929344c57e1727e6174db5;hpb=47ff6a5015c5ee76100a92f9b5a3caf5f6dd9eb5;p=ir-tcl-moved-to-github.git diff --git a/configure.in b/configure.in index 8440d49..d6e93d2 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl IR toolkit for tcl/tk dnl (c) Index Data 1996 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.16 1996-06-06 10:46:00 adam Exp $ +dnl $Id: configure.in,v 1.17 1996-06-28 08:43:55 adam Exp $ AC_INIT(ir-tcl.h) CC=${CC-cc} dnl ------ Substitutions @@ -26,10 +26,10 @@ dnl ------ look for YAZ/XTImOSI AC_MSG_CHECKING(for YAZ directory) AC_ARG_WITH(yazdir,[ --with-yazdir Yaz directory], [YAZDIR=$withval]) if test "$YAZDIR" = "yes"; then - YAZDIR="../yaz-1.0" + YAZDIR="../yaz-1.2" elif test "$YAZDIR" = ""; then YAZDIR="../yaz" - for i in ../yaz-1.0pl3 ../yaz-1.0pl4 ../yaz-1.0pl5 ../yaz; do + for i in ../yaz-1.2 ../yaz-1.3 ../yaz; do if test -d $i; then YAZDIR=$i fi