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.14, 1.15 configure.in, 1


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: ml-pnet ChangeLog, 1.14, 1.15 configure.in, 1.12, 1.13
Date: Sat, 19 Jul 2003 13:42:09 -0400

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

Modified Files:
        ChangeLog configure.in 
Log Message:
check for build/library.make as well


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/ml-pnet/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** ChangeLog   17 Jun 2003 06:46:00 -0000      1.14
--- ChangeLog   19 Jul 2003 17:42:07 -0000      1.15
***************
*** 1,3 ****
--- 1,7 ----
  
+ 2003-07-19  Gopal.V  <address@hidden>
+       
+       * configure.in: look for build/library.make as well
+ 
  2003-06-17  Rhys Weatherley  <address@hidden>
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/ml-pnet/configure.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** configure.in        17 Jun 2003 06:46:00 -0000      1.12
--- configure.in        19 Jul 2003 17:42:07 -0000      1.13
***************
*** 82,90 ****
  fi
  if test ! -f "$MONO_SOURCE_PATH/class/library.make" ; then
!       AC_MSG_WARN(not found)
!       echo '*****************************************************************'
!       echo "Could not find the Mono library source in the specified location."
!       echo '*****************************************************************'
!       exit 1
  fi
  AC_MSG_RESULT($MONO_SOURCE_PATH)
--- 82,92 ----
  fi
  if test ! -f "$MONO_SOURCE_PATH/class/library.make" ; then
!       if test ! -f "$MONO_SOURCE_PATH/build/library.make"; then
!               AC_MSG_WARN(not found)
!               echo 
'*****************************************************************'
!               echo "Could not find the Mono library source in the specified 
location."
!               echo 
'*****************************************************************'
!               exit 1
!       fi
  fi
  AC_MSG_RESULT($MONO_SOURCE_PATH)





reply via email to

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