X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=configure.in;h=c43e1532939dc5501df21fe2336a80ca155168f9;hb=6ce01d975c367faed574b3e477423858ce4b4400;hp=0fd822c101612ba9585a6a01827503ca14693c64;hpb=84667651230fe801a73274c5f95e9f7c8bf0813a;p=ir-tcl-moved-to-github.git diff --git a/configure.in b/configure.in index 0fd822c..c43e153 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.8 1995-08-28 09:43:24 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.0b3 ../yaz-1.0b4 ../yaz-1.0 ../yaz; do if test -d $i; then YAZDIR=$i fi