[svn] r6182: nemerle/trunk/configure

malekith svnadmin at nemerle.org
Mon Apr 10 10:39:20 CEST 2006


Log:
Try to inherit mono_libdir from monopath.

Author: malekith
Date: Mon Apr 10 10:39:19 2006
New Revision: 6182

Modified:
   nemerle/trunk/configure

Modified: nemerle/trunk/configure
==============================================================================
--- nemerle/trunk/configure	(original)
+++ nemerle/trunk/configure	Mon Apr 10 10:39:19 2006
@@ -536,6 +536,14 @@
   if "${monopath}${netFRAMEWORK}gacutil" --help 2>/dev/null | grep -q Mono ; then
     echo_result yes
 
+    if [ "X$mono_libdir" = "X" -a "X$monopath" != "X" ] ; then
+      case $monopath in
+        */bin | */bin/ )
+	  mono_libdir=$(echo $monopath | sed -e 's/bin\/\?$/lib/')
+	  ;;
+      esac
+    fi
+
     if [ "X$mono_libdir" = "X" ] ; then
     echo_check_for "mono libdir"
     if pkg-config --version >/dev/null 2>&1 ; then



More information about the svn mailing list