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

github.com/mono/monodevelop.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:28:52 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2010-02-04 05:28:52 +0300
commit5ce7a61c0d3367532a9122dac8bd530c54d84275 (patch)
tree0ce7f515aaccc48e17f8c9cf43808319027d74b1 /main/Makefile.am
parent2958af3cc0f377ea5c3971fbe5b5e00a3babd522 (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/monodevelop/; revision=150812
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 9fff20e0d7..3162292b53 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -1,5 +1,8 @@
SUBDIRS = contrib src po man theme-icons build tests
+#capture aclocal flags for autoreconf
+ACLOCAL_AMFLAGS=$(ACLOCAL_FLAGS)
+
bin_SCRIPTS = monodevelop mdtool
buildinfo = $(top_builddir)/build/bin/buildinfo