X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=configure.in;h=2494d60136da30abdb7c39d911627ce5a46585b7;hb=bbf493d419191bb2650c061f5f00a39f42cc272f;hp=270173b0b741ce89f1d0294d1bcd7707687d2a55;hpb=ce0d0464e54cf6bed96cd32b7a99514beacd3989;p=ir-tcl-moved-to-github.git diff --git a/configure.in b/configure.in index 270173b..2494d60 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.12 1996-01-04 11:05:21 adam Exp $ +dnl $Id: configure.in,v 1.13 1996-01-11 12:14:53 adam Exp $ AC_INIT(ir-tcl.h) CC=${CC-cc} AC_SUBST(CC) @@ -47,7 +47,7 @@ if test "$YAZDIR" = "yes"; then YAZDIR="../yaz-1.0" elif test "$YAZDIR" = ""; then YAZDIR="../yaz" - for i in ../yaz-1.0b3 ../yaz-1.0b4 ../yaz-1.0 ../yaz; do + for i in ../yaz-1.0pl3 ../yaz-1.0pl4 ../yaz-1.0pl5 ../yaz; do if test -d $i; then YAZDIR=$i fi