Fix.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 11 Jan 1996 12:14:53 +0000 (12:14 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 11 Jan 1996 12:14:53 +0000 (12:14 +0000)
configure.in

index 270173b..2494d60 100644 (file)
@@ -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