From 1fa0b45a8141955801938f967f1d1dca1b042c17 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Mon, 8 Feb 2010 12:46:54 +0100 Subject: [PATCH] Fixed source directory --- authority-0.0.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authority-0.0.m4 b/authority-0.0.m4 index bdc37df..9e23543 100644 --- a/authority-0.0.m4 +++ b/authority-0.0.m4 @@ -15,7 +15,7 @@ AC_DEFUN([AUTHORITY_INIT], else authsrcdir=$srcdir fi - for i in ${authsrcdir}/../../authc ${authsrcdir}/../authc-* ${authsrcdir}/../authc; do + for i in ${authsrcdir}/../../frbr ${authsrcdir}/../frbr-* ${authsrcdir}/../frbr; do if test -d $i; then if test -r $i/authority-config-0.0; then authconfig=$i/authority-config-0.0 -- 1.7.10.4