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:
authorAlan McGovern <alan@xamarin.com>2013-08-28 07:41:34 +0400
committerAlan McGovern <alan@xamarin.com>2013-08-28 07:41:34 +0400
commit365a7ed8448fd2da1f33c41d1b28cdbf4cb475ec (patch)
tree681396ad6fbcbdcdf9b974eece693e29fe1676ab /configure
parent16e14cf97d36a6da805051085ecf05b2bd6bb489 (diff)
HACK: Add some debug helpers
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 7dfda29bdf..508e0fe498 100755
--- a/configure
+++ b/configure
@@ -5,6 +5,9 @@ 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 ()
{
@@ -257,6 +260,8 @@ 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"