From ecd49b8ecd304b060062cb032ead1058fd4d3c03 Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Mon, 30 Sep 2002 01:00:27 +0000 Subject: Updated cvscompile.sh to use only automake >= 1.6 and autoconf >= 2.53. Removed creation of acinclude.m4 from cvscompile.sh. aclocal allows for multiple declarations of the -I tag. So far for me this has worked. If there are problems we can back out this change. Added "-I m4" to autogen.sh. This allows us to include the m4 files listed in the m4 directory. This is a more elegant choice than concatenating all the m4 files into an acinclude.m4 CVS patchset: 2760 CVS date: 2002/09/30 01:00:27 --- misc/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/autogen.sh b/misc/autogen.sh index 5a38f43a5..debfc19f6 100755 --- a/misc/autogen.sh +++ b/misc/autogen.sh @@ -53,7 +53,7 @@ fi aclocalinclude="$ACLOCAL_FLAGS"; \ (echo $_echo_n " + Running aclocal: $_echo_c"; \ - aclocal $aclocalinclude; \ + aclocal $aclocalinclude -I m4; \ echo "done.") && \ (echo $_echo_n " + Running libtoolize: $_echo_c"; \ libtoolize --force --copy >/dev/null 2>&1; \ -- cgit v1.2.3