From: Adam Dickmeiss Date: Fri, 3 Dec 2004 14:26:39 +0000 (+0000) Subject: YAZPP_INIT macro searches ../../yaz++ as well (to ease make distcheck) X-Git-Tag: YAZPP.0.9~11 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;ds=inline;h=c5fe4096516e6969aa71c5da0e94b537edc00fba;p=yazpp-moved-to-github.git YAZPP_INIT macro searches ../../yaz++ as well (to ease make distcheck) --- diff --git a/yazpp.m4 b/yazpp.m4 index 28e628d..b0e6a5f 100644 --- a/yazpp.m4 +++ b/yazpp.m4 @@ -1,4 +1,4 @@ -## $Id: yazpp.m4,v 1.3 2004-04-22 07:53:15 adam Exp $ +## $Id: yazpp.m4,v 1.4 2004-12-03 14:26:39 adam Exp $ AC_DEFUN([YAZPP_INIT], [ AC_SUBST(YAZPPLIB) @@ -16,7 +16,7 @@ AC_DEFUN([YAZPP_INIT], else yazppsrcdir=$srcdir fi - for i in ${yazppsrcdir}/../yaz++-* ${yazppsrcdir}/../yaz++; do + for i in ${yazppsrcdir}/../../yaz++ ${yazppsrcdir}/../yaz++-* ${yazppsrcdir}/../yaz++; do if test -d $i; then if test -r $i/yaz++-config; then yazppconfig=$i/yaz++-config