From 026c297fd0c2a36e99c67d33bed64d379232f6e5 Mon Sep 17 00:00:00 2001 From: Alan McGovern Date: Tue, 27 Aug 2013 23:51:36 -0400 Subject: [PATCH] Revert "HACK: Add some debug helpers" This reverts commit 365a7ed8448fd2da1f33c41d1b28cdbf4cb475ec. --- configure | 5 ----- main/configure.in | 4 ---- 2 files changed, 9 deletions(-) diff --git a/configure b/configure index 508e0fe4980..7dfda29bdf0 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 5b71a2d254e..e14cdc0707c 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"