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:
authorJoe Shaw <joe@joeshaw.org>2001-07-16 00:30:07 +0400
committerJoe Shaw <joe@joeshaw.org>2001-07-16 00:30:07 +0400
commitcfc2593d84a868e00d2e9af6cd3bfb24eb79808b (patch)
tree7f490a75dd6f803ab866b9f8492f20b58020543d /autogen.sh
parenta84f29dc6d4483a3be2bb555ab8ada68254cee10 (diff)
2001-07-15 Joe Shaw <joe@ximian.com>
* autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var. svn path=/trunk/mono/; revision=160
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 0d9b2e31ff6..0b11f883c53 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,6 @@
libtoolize --automake
automake -a
autoheader
-aclocal
+aclocal $ACLOCAL_FLAGS
autoconf
-./configure $* \ No newline at end of file
+./configure $*