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

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2010-02-04 05:26:10 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2010-02-04 05:26:10 +0300
commitc834880ad250ea8f56f349d33f16bd0a890d0f71 (patch)
tree34d68eb15320a2fbd7d6ece271296243b53fc67b /configure.in
parent3f3dfe517961dcc67b7a7eb508e0c64cd7300b6b (diff)
2010-02-03 Michael Hutchinson <mhutchinson@novell.com>
* Makefile.am: * configure.in: Capture ACLOCAL_FLAGS for autoreconf so building is less painful on Mac. svn path=/trunk/mono-tools/; revision=150811
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index cfbe3cbc..6a125ff8 100644
--- a/configure.in
+++ b/configure.in
@@ -6,6 +6,9 @@ AM_MAINTAINER_MODE
AC_PROG_INSTALL
+#capture aclocal flags for autoreconf
+AC_SUBST(ACLOCAL_FLAGS)
+
dnl C# compiler
AC_PATH_PROG(MCS, mcs, no)
AC_PATH_PROG(GMCS, gmcs, no)