From: Adam Dickmeiss Date: Thu, 29 Mar 2001 19:48:00 +0000 (+0000) Subject: Updated. X-Git-Tag: ZEBRA.1.1~16 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=232b2a3c37fd4bdeb90a4a4613d081370599c625;p=idzebra-moved-to-github.git Updated. --- diff --git a/yaz.m4 b/yaz.m4 index 7e6471e..053c1ee 100644 --- a/yaz.m4 +++ b/yaz.m4 @@ -1,4 +1,4 @@ -## $Id: yaz.m4,v 1.2 2001-02-21 11:05:58 adam Exp $ +## $Id: yaz.m4,v 1.3 2001-03-29 19:48:00 adam Exp $ ## # Use this m4 funciton for autoconf if you use YAZ in your own # configure script. @@ -16,7 +16,12 @@ AC_DEFUN([YAZ_INIT], if test "x$yazpath" != "xNONE"; then yazconfig=$yazpath/yaz-config else - for i in ../yaz* ../yaz; do + if test "x$srcdir" = "x"; then + yazsrcdir=. + else + yazsrcdir=$srcdir + fi + for i in ${yazsrcdir}/../yaz* ${yazsrcdir}/../yaz; do if test -d $i; then if test -r $i/yaz-config; then yazconfig=$i/yaz-config