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

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

[Dotgnu-pnet-commits] pnetlib ChangeLog, 1.1458, 1.1459 configure.in, 1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib ChangeLog, 1.1458, 1.1459 configure.in, 1.106, 1.107
Date: Thu, 13 Nov 2003 21:58:40 +0000

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

Modified Files:
        ChangeLog configure.in 
Log Message:


Adjust the computation of CYG_CACHE in configure.in.


Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.106
retrieving revision 1.107
diff -C2 -d -r1.106 -r1.107
*** configure.in        12 Nov 2003 04:09:50 -0000      1.106
--- configure.in        13 Nov 2003 21:58:37 -0000      1.107
***************
*** 190,194 ****
                        CYG_RESGEN="$RESGEN"
                        CYG_ILGAC="$ILGAC"
!                       CYG_CACHE="$(libdir)/cscc/lib"
                else
                        # Convert the cscc and cscc-cs paths into their Windows
--- 190,194 ----
                        CYG_RESGEN="$RESGEN"
                        CYG_ILGAC="$ILGAC"
!                       CYG_CACHE="${libdir}/cscc/lib"
                else
                        # Convert the cscc and cscc-cs paths into their Windows
***************
*** 199,203 ****
                        CYG_RESGEN=`"$CYGPATH" -w "$RESGEN"`
                        CYG_ILGAC=`"$CYGPATH" -w "$ILGAC"`
!                       CYG_CACHE=`"$CYGPATH" -w "$(libdir)/cscc/lib"`
                fi
                CSANT_FLAGS='--compiler cscc -Dcscc="$(CSHARP_COMPILER)" 
-Dcscc.plugins.cs="$(CSHARP_PLUGIN)" --profile 
"$(top_srcdir)/profiles/$(PROFILE_NAME)" -Dresgen="$(CYG_RESGEN)" 
-Dilgac="$(CYG_ILGAC)" --assembly-cache "$(CYG_CACHE)"'
--- 199,207 ----
                        CYG_RESGEN=`"$CYGPATH" -w "$RESGEN"`
                        CYG_ILGAC=`"$CYGPATH" -w "$ILGAC"`
!                       if test "x$prefix" = "xNONE" ; then
!                               CYG_CACHE=`"$CYGPATH" -w 
"${ac_default_prefix}/lib/cscc/lib"`
!                       else
!                               CYG_CACHE=`"$CYGPATH" -w 
"${prefix}/lib/cscc/lib"`
!                       fi
                fi
                CSANT_FLAGS='--compiler cscc -Dcscc="$(CSHARP_COMPILER)" 
-Dcscc.plugins.cs="$(CSHARP_PLUGIN)" --profile 
"$(top_srcdir)/profiles/$(PROFILE_NAME)" -Dresgen="$(CYG_RESGEN)" 
-Dilgac="$(CYG_ILGAC)" --assembly-cache "$(CYG_CACHE)"'

Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.1458
retrieving revision 1.1459
diff -C2 -d -r1.1458 -r1.1459
*** ChangeLog   13 Nov 2003 05:58:20 -0000      1.1458
--- ChangeLog   13 Nov 2003 21:58:36 -0000      1.1459
***************
*** 1,3 ****
--- 1,7 ----
  
+ 2003-11-14  Rhys Weatherley  <address@hidden>
+ 
+       * configure.in: adjust the computation of CYG_CACHE in configure.in.
+ 
  2003-11-13  Rhys Weatherley  <address@hidden>
  





reply via email to

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