Author: mwh
Date: 2005-04-12 16:08:29 -0400 (Tue, 12 Apr 2005)
New Revision: 42868

Modified:
   trunk/debugger/ChangeLog
   trunk/debugger/autogen.sh
Log:
        * autogen.sh: Corrected error messages to print Mono-debugger
          instead of Gtk#

Modified: trunk/debugger/ChangeLog
===================================================================
--- trunk/debugger/ChangeLog    2005-04-12 19:54:28 UTC (rev 42867)
+++ trunk/debugger/ChangeLog    2005-04-12 20:08:29 UTC (rev 42868)
@@ -1,3 +1,8 @@
+2005-04-12  Martin Willemoes Hansen  <[EMAIL PROTECTED]>
+
+       * autogen.sh: Corrected error messages to print Mono-debugger 
+         instead of Gtk#
+
 2005-04-12  Chris Toshok  <[EMAIL PROTECTED]>
 
        * frontend/Interpreter.cs (Interpreter.ShowModules): clean up the

Modified: trunk/debugger/autogen.sh
===================================================================
--- trunk/debugger/autogen.sh   2005-04-12 19:54:28 UTC (rev 42867)
+++ trunk/debugger/autogen.sh   2005-04-12 20:08:29 UTC (rev 42868)
@@ -25,7 +25,7 @@
 (grep "^AM_PROG_LIBTOOL" $srcdir/configure.in >/dev/null) && {
   ($LIBTOOL --version) < /dev/null > /dev/null 2>&1 || {
     echo
-    echo "**Error**: You must have \`libtool' installed to compile Gtk#."
+    echo "**Error**: You must have \`libtool' installed to compile 
Mono-debugger."
     echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2d.tar.gz";
     echo "(or a newer version if it is available)"
     DIE=1
@@ -34,7 +34,7 @@
 
 (automake --version) < /dev/null > /dev/null 2>&1 || {
   echo
-  echo "**Error**: You must have \`automake' installed to compile Gtk#."
+  echo "**Error**: You must have \`automake' installed to compile 
Mono-debugger."
   echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz";
   echo "(or a newer version if it is available)"
   DIE=1

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to