[svn] r5817: nemerle/trunk/configure

malekith svnadmin at nemerle.org
Thu Oct 13 22:30:30 CEST 2005


Log:
Use $monopath when accessing gacutil.

Author: malekith
Date: Thu Oct 13 22:30:29 2005
New Revision: 5817

Modified:
   nemerle/trunk/configure

Modified: nemerle/trunk/configure
==============================================================================
--- nemerle/trunk/configure	(original)
+++ nemerle/trunk/configure	Thu Oct 13 22:30:29 2005
@@ -517,12 +517,12 @@
 # Check things for gacutil installation.
 echo_check_for "gacutil"
 
-try_execute "${netFRAMEWORK}gacutil"
+try_execute "${monopath}${netFRAMEWORK}gacutil"
 if test $? -lt 126; then
   echo_result found
  
   echo_check_if "we are using mono gacutil"
-  if "${netFRAMEWORK}gacutil" --help 2>/dev/null | grep -q Mono ; then
+  if "${monopath}${netFRAMEWORK}gacutil" --help 2>/dev/null | grep -q Mono ; then
     echo_result yes
 
     if [ "X$mono_libdir" = "X" ] ; then
@@ -551,7 +551,7 @@
     fi
     fi
 
-    gacutil_base="gacutil -root \$(DESTDIR)$mono_libdir"
+    gacutil_base="${monopath}gacutil -root \$(DESTDIR)$mono_libdir"
     gacutil_command="$gacutil_base -package nemerle -i"
     gacutil_uninstall_command="$gacutil_base -package nemerle -u"
     if [ "$use_ngen" = "0" ] ; then



More information about the svn mailing list