Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Norton <grompf@sublimeintervention.com>2011-04-20 01:22:59 +0400
committerGeoff Norton <grompf@sublimeintervention.com>2011-04-20 01:23:32 +0400
commit845f4f75b417d51d695d7d5ac1e5cd4e49d490fb (patch)
treed3881ebefbec506ba0104a287581af607c285c8b /autogen.sh
parent53cfdaa398809503f88342aa2cb2eef199aaf3c9 (diff)
Actually include the m4 files in aclocal as well
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 898b2d80beb..5d578c0605d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -102,8 +102,8 @@ if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
fi
fi
-echo "Running aclocal -I . $ACLOCAL_FLAGS ..."
-aclocal -I . $ACLOCAL_FLAGS || {
+echo "Running aclocal -I m4 -I . $ACLOCAL_FLAGS ..."
+aclocal -I m4 -I . $ACLOCAL_FLAGS || {
echo
echo "**Error**: aclocal failed. This may mean that you have not"
echo "installed all of the packages you need, or you may need to"