From 65fea30cfd089efc35983b5cf298c41b7f9284a6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 11 Jan 1996 12:14:53 +0000 Subject: [PATCH] Fix. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4