From: Andre Date: Mon, 1 May 2006 16:02:31 +0000 (+0200) Subject: Add "-I ." to aclocal options X-Git-Tag: v0.2.12~20 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=c37c3422065b07b906a015537ac93169ee19efea;p=paraslash.git Add "-I ." to aclocal options This way, one can put missing m4 files (like pkg.m4) to the paraslash directory. --- diff --git a/autogen.sh b/autogen.sh index 5c950baa..5c3d931d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,7 +3,7 @@ echo preparing... if test -f Makefile; then make maintainer-clean > /dev/null fi -aclocal &> /dev/null +aclocal -I . &> /dev/null autoconf autoheader echo configuring...