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:
-rw-r--r--main/build/MacOSX/Makefile.am2
-rw-r--r--main/configure.in7
2 files changed, 0 insertions, 9 deletions
diff --git a/main/build/MacOSX/Makefile.am b/main/build/MacOSX/Makefile.am
index 831858e059..03dac1a7ae 100644
--- a/main/build/MacOSX/Makefile.am
+++ b/main/build/MacOSX/Makefile.am
@@ -34,7 +34,6 @@ clean-local:
app: monostub
cp monostub ../bin/MonoDevelop
-if ENABLE_MACBUNDLE
@echo ""
@echo "Creating directories in app bundle"
@echo ""
@@ -143,6 +142,5 @@ if ENABLE_MACBUNDLE
@if test -f missing-stuff; then echo ""; echo "Missing stuff:"; cat missing-stuff; fi
@echo ""
@rm -f missing-stuff
-endif
.PHONY: app dmg
diff --git a/main/configure.in b/main/configure.in
index 34c3991891..3322da7dc5 100644
--- a/main/configure.in
+++ b/main/configure.in
@@ -213,13 +213,6 @@ fi
AM_CONDITIONAL(ENABLE_MACPLATFORM, [test x$enable_macplatform = xyes])
-# Mac bundle
-AC_ARG_ENABLE(macbundle,
- AC_HELP_STRING([--enable-macbundle],
- [enable Mac bundle packaging [default=no]]),
- enable_macbundle=${enableval}, enable_macbundle=no)
-AM_CONDITIONAL(ENABLE_MACBUNDLE, [test x$enable_macbundle = xyes])
-
# Windows platform addin
AC_ARG_ENABLE(windowsplatform,
AC_HELP_STRING([--enable-windowsplatform],