dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: ml-pnet ChangeLog,1.10,1.11 configure.in,1.9


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: ml-pnet ChangeLog,1.10,1.11 configure.in,1.9,1.10
Date: Tue, 17 Jun 2003 01:03:18 -0400

Update of /cvsroot/dotgnu-pnet/ml-pnet
In directory subversions:/tmp/cvs-serv19757

Modified Files:
        ChangeLog configure.in 
Log Message:


Look for "mcs-sources" locally first, in case we have the mcs sources
in the local directory.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/ml-pnet/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** ChangeLog   1 Jun 2003 18:59:12 -0000       1.10
--- ChangeLog   17 Jun 2003 05:03:16 -0000      1.11
***************
*** 1,3 ****
--- 1,8 ----
  
+ 2003-06-17  Rhys Weatherley  <address@hidden>
+ 
+       * configure.in: look for "mcs-sources" locally first, in case
+       we have the mcs sources in the local directory.
+ 
  2003-06-01  Gopal.V  <address@hidden>
        

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/ml-pnet/configure.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** configure.in        1 Jun 2003 18:59:12 -0000       1.9
--- configure.in        17 Jun 2003 05:03:16 -0000      1.10
***************
*** 57,72 ****
  if test "x$MONO_SOURCE_PATH" = "x" ; then
        # Try looking in some likely default locations.
!       if test -f "../mono/mcs/class/library.make" ; then
!               MONO_SOURCE_PATH="`pwd`/../mono/mcs"
        else
!               if test -f "../mcs/class/library.make" ; then
!                       MONO_SOURCE_PATH="`pwd`/../mcs"
                else
!                       AC_MSG_WARN(not found)
!                       echo 
'****************************************************'
!                       echo "Supply the --with-mono-sources option to specify 
the"
!                       echo "location of the Mono library sources."
!                       echo 
'****************************************************'
!                       exit 1
                fi
        fi
--- 57,76 ----
  if test "x$MONO_SOURCE_PATH" = "x" ; then
        # Try looking in some likely default locations.
!       if test -f "./mcs-sources/class/library.make" ; then
!               MONO_SOURCE_PATH="`pwd`/mcs-sources"
        else
!               if test -f "../mono/mcs/class/library.make" ; then
!                       MONO_SOURCE_PATH="`pwd`/../mono/mcs"
                else
!                       if test -f "../mcs/class/library.make" ; then
!                               MONO_SOURCE_PATH="`pwd`/../mcs"
!                       else
!                               AC_MSG_WARN(not found)
!                               echo 
'****************************************************'
!                               echo "Supply the --with-mono-sources option to 
specify the"
!                               echo "location of the Mono library sources."
!                               echo 
'****************************************************'
!                               exit 1
!                       fi
                fi
        fi





reply via email to

[Prev in Thread] Current Thread [Next in Thread]