summaryrefslogtreecommitdiff
path: root/misc/autogen.sh
diff options
context:
space:
mode:
authorStephen Torri <storri@users.sourceforge.net>2002-09-30 01:00:27 +0000
committerStephen Torri <storri@users.sourceforge.net>2002-09-30 01:00:27 +0000
commitecd49b8ecd304b060062cb032ead1058fd4d3c03 (patch)
tree3ece27b2417faae41f590434a5b37c28ebf999e6 /misc/autogen.sh
parent7220b85f2ff6f43f0dd001be8f3ea7e14d93957e (diff)
downloadxine-lib-ecd49b8ecd304b060062cb032ead1058fd4d3c03.tar.gz
xine-lib-ecd49b8ecd304b060062cb032ead1058fd4d3c03.tar.bz2
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
Diffstat (limited to 'misc/autogen.sh')
-rwxr-xr-xmisc/autogen.sh2
1 files changed, 1 insertions, 1 deletions
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; \