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:
authorRaja R Harinath <harinath@hurrynot.org>2008-09-16 23:25:13 +0400
committerRaja R Harinath <harinath@hurrynot.org>2008-09-16 23:25:13 +0400
commit3ed1f0c1e5586ff3760e6dd59c47a3eb075b3c6f (patch)
treee9d6868f1c622d958dddfe11eac7eed88caf1a9a /autogen.sh
parentaad4f5732695550bc7b77dde5daa57ce60a130c6 (diff)
* Makefile.am (EXTRA_DIST): Update.
* nls.m4, progtest.m4: Really add from Gettext 0.17. svn path=/trunk/mono/; revision=113211
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 53f9abe90df..2c80b3c6b52 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 $ACLOCAL_FLAGS ..."
-aclocal $ACLOCAL_FLAGS || {
+echo "Running aclocal -I . $ACLOCAL_FLAGS ..."
+aclocal -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"