X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.in;h=c05ad731b05c9b746d0272298c58747d5d30aa3d;hb=5139a081952de0c231f53bc4876655e0fcecd994;hp=0fd822c101612ba9585a6a01827503ca14693c64;hpb=c35c5cc9a0456642119e21bfa63eeaf14cbf0415;p=ir-tcl-moved-to-github.git diff --git a/configure.in b/configure.in index 0fd822c..c05ad73 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl IR toolkit for tcl/tk dnl (c) Index Data 1995 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.6 1995-06-29 14:06:26 adam Exp $ +dnl $Id: configure.in,v 1.7 1995-07-28 10:28:37 adam Exp $ AC_INIT(ir-tcl.h) CC=${CC-cc} AC_SUBST(CC) @@ -36,7 +36,7 @@ if test "$YAZDIR" = "yes"; then YAZDIR="../yaz-1.0b" elif test "$YAZDIR" = ""; then YAZDIR="../yaz" - for i in ../yaz-1.0b3 ../yaz-1.0b2 ../yaz-1.0b1 ../yaz-1.0b ../yaz; do + for i in ../yaz-1.0b ../yaz-1.0b2 ../yaz-1.0b3 ../yaz-1.0b4 ../yaz-1.0 ../yaz; do if test -d $i; then YAZDIR=$i fi