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:
-rwxr-xr-xconfigure5
-rw-r--r--main/configure.in4
2 files changed, 0 insertions, 9 deletions
diff --git a/configure b/configure
index 508e0fe498..7dfda29bdf 100755
--- a/configure
+++ b/configure
@@ -5,9 +5,6 @@ tests=no
prefix=NONE
test -e "$CONFIG_SITE" && . "$CONFIG_SITE"
test "$prefix" = NONE && prefix=/usr/local
-echo First env
-env
-echo Done First Env
usage ()
{
@@ -260,8 +257,6 @@ if [ x$select == xyes -o ! -a profiles/$profile ]; then
fi
if test `uname` = "Darwin"; then
- echo MyDYLdPathIs $DYLD_FALLBACK_LIBRARY_PATH
-
if test "x$DYLD_FALLBACK_LIBRARY_PATH" = "x"; then
export DYLD_FALLBACK_LIBRARY_PATH="/Library/Frameworks/Mono.framework/Versions/Current/lib:/lib:/usr/lib"
export PATH="$PATH:/Library/Frameworks/Mono.framework/Versions/Current/bin"
diff --git a/main/configure.in b/main/configure.in
index 5b71a2d254..e14cdc0707 100644
--- a/main/configure.in
+++ b/main/configure.in
@@ -8,10 +8,6 @@ AC_SUBST(ACLOCAL_FLAGS)
ASSEMBLY_VERSION=4.1.7.0
-echo ARGH
-env
-echo ARGH
-
# This is parsed in BuildVariables.cs. Keep the format consistent to avoid breaking
# the C# side of things. It should be one of the following two formats:
# 1) "VERSION_NUMBER" "2.0"