From b9feca4253837482d781a7a9681660ea0722571d Mon Sep 17 00:00:00 2001 From: Christophe Alexandre Date: Tue, 19 Mar 2002 09:36:56 +0000 Subject: [PATCH] macro alliance.m4 --- alliance/src/autostuff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alliance/src/autostuff b/alliance/src/autostuff index bf38933d..227fdf6a 100755 --- a/alliance/src/autostuff +++ b/alliance/src/autostuff @@ -19,7 +19,7 @@ autoconf for i in $dirs ; do cd $i if test -f configure.in ; then - aclocal -I . + aclocal -I . -I .. automake --foreign autoconf fi