From c37c3422065b07b906a015537ac93169ee19efea Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 1 May 2006 18:02:31 +0200 Subject: [PATCH] Add "-I ." to aclocal options This way, one can put missing m4 files (like pkg.m4) to the paraslash directory. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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... -- 2.39.5