[Monodevelop-patches-list] r1983 - trunk/MonoDevelop/Core

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Sun Oct 17 20:02:37 EDT 2004


Author: jluke
Date: 2004-10-17 20:02:37 -0400 (Sun, 17 Oct 2004)
New Revision: 1983

Modified:
   trunk/MonoDevelop/Core/ChangeLog
   trunk/MonoDevelop/Core/configure.in
Log:
echo $CSC at the end of configure


Modified: trunk/MonoDevelop/Core/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/ChangeLog	2004-10-16 02:58:30 UTC (rev 1982)
+++ trunk/MonoDevelop/Core/ChangeLog	2004-10-18 00:02:37 UTC (rev 1983)
@@ -1,3 +1,7 @@
+2004-10-17  John Luke  <john.luke at gmail.com>
+
+	* configure.in: echo $CSC at the end for the prefix impaired (like me)
+
 2004-10-15  Fawad Halim <fawad at fawad.net>
 
 	* build/AddIns/AddIns/BackendBindings/templates/Makefile.am: Add missing NemerleGtkSharpWindow.xft.xml reference.

Modified: trunk/MonoDevelop/Core/configure.in
===================================================================
--- trunk/MonoDevelop/Core/configure.in	2004-10-16 02:58:30 UTC (rev 1982)
+++ trunk/MonoDevelop/Core/configure.in	2004-10-18 00:02:37 UTC (rev 1983)
@@ -225,6 +225,7 @@
 echo ""
 echo "   * Installation prefix = $prefix"
 echo "   * GNOME prefix = $gnome_prefix"
+echo "   * C# compiler = $CSC"
 echo ""
 echo "   * mono-debugger: disabled in this release."
 echo ""




More information about the Monodevelop-patches-list mailing list