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

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

[Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.532,1.533 configure.in,1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.532,1.533 configure.in,1.51,1.52
Date: Sat, 07 Dec 2002 23:53:27 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib
In directory subversions:/tmp/cvs-serv10884

Modified Files:
        ChangeLog configure.in 
Log Message:


Look in $PREFIX/bin for important binaries.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.532
retrieving revision 1.533
diff -C2 -r1.532 -r1.533
*** ChangeLog   8 Dec 2002 04:29:58 -0000       1.532
--- ChangeLog   8 Dec 2002 04:53:24 -0000       1.533
***************
*** 35,38 ****
--- 35,40 ----
        pnet to pnetlib.
  
+       * configure.in: look in $PREFIX/bin for important binaries.
+ 
  2002-12-07  Nguyen, Thong  <address@hidden>
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -r1.51 -r1.52
*** configure.in        8 Dec 2002 04:29:58 -0000       1.51
--- configure.in        8 Dec 2002 04:53:24 -0000       1.52
***************
*** 68,72 ****
  
  dnl Find the Portable.NET "csant" program.
! AC_PATH_PROG(CSANT, csant,, $PNET_PATH/csant:$PATH)
  if test "$CSANT" = "" ; then
        echo '**************************************************************'
--- 68,72 ----
  
  dnl Find the Portable.NET "csant" program.
! AC_PATH_PROG(CSANT, csant,, $PNET_PATH/csant:$PREFIX/bin:$PATH)
  if test "$CSANT" = "" ; then
        echo '**************************************************************'
***************
*** 79,83 ****
  dnl Find the C# compiler to use.
  if test "$MSTOOLS" = "no"; then
!       AC_PATH_PROG(CSHARP_COMPILER, cscc,, $PNET_PATH/cscc:$PATH)
        if test "$CSHARP_COMPILER" = "" ; then
                AC_PATH_PROG(CSHARP_COMPILER, csc)
--- 79,83 ----
  dnl Find the C# compiler to use.
  if test "$MSTOOLS" = "no"; then
!       AC_PATH_PROG(CSHARP_COMPILER, cscc,, $PNET_PATH/cscc:$PREFIX/bin:$PATH)
        if test "$CSHARP_COMPILER" = "" ; then
                AC_PATH_PROG(CSHARP_COMPILER, csc)
***************
*** 111,115 ****
  dnl Find the .NET resource generator to use.
  if test "$MSTOOLS" = "no"; then
!       AC_PATH_PROG(RESGEN, resgen,, $PNET_PATH/resgen:$PATH)
        if test "$RESGEN" = "" ; then
                echo 
'**************************************************************'
--- 111,115 ----
  dnl Find the .NET resource generator to use.
  if test "$MSTOOLS" = "no"; then
!       AC_PATH_PROG(RESGEN, resgen,, $PNET_PATH/resgen:$PREFIX/bin:$PATH)
        if test "$RESGEN" = "" ; then
                echo 
'**************************************************************'
***************
*** 138,142 ****
  
  dnl Find the Portable.NET runtime engine.
! AC_PATH_PROG(ILRUN, ilrun,, $PNET_PATH/engine:$PATH)
  if test "$ILRUN" = "" ; then
        echo '**************************************************************'
--- 138,142 ----
  
  dnl Find the Portable.NET runtime engine.
! AC_PATH_PROG(ILRUN, ilrun,, $PNET_PATH/engine:$PREFIX/bin:$PATH)
  if test "$ILRUN" = "" ; then
        echo '**************************************************************'
***************
*** 148,152 ****
  
  dnl Find the Portable.NET ilfind program.
! AC_PATH_PROG(ILFIND, ilfind,, $PNET_PATH/ilfind:$PATH)
  if test "$ILFIND" = "" ; then
        echo '**************************************************************'
--- 148,152 ----
  
  dnl Find the Portable.NET ilfind program.
! AC_PATH_PROG(ILFIND, ilfind,, $PNET_PATH/ilfind:$PREFIX/bin:$PATH)
  if test "$ILFIND" = "" ; then
        echo '**************************************************************'




reply via email to

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