[Galago-commits] r2672 - trunk/galago-sharp

galago-commits at freedesktop.org galago-commits at freedesktop.org
Wed Apr 5 00:40:39 PDT 2006


Author: chipx86
Date: 2006-04-05 00:40:36 -0700 (Wed, 05 Apr 2006)
New Revision: 2672

Modified:
   trunk/galago-sharp/ChangeLog
   trunk/galago-sharp/autogen.sh
Log:
This is Galago#, not GalagoGtk#.


Modified: trunk/galago-sharp/ChangeLog
===================================================================
--- trunk/galago-sharp/ChangeLog	2006-04-05 06:08:22 UTC (rev 2671)
+++ trunk/galago-sharp/ChangeLog	2006-04-05 07:40:36 UTC (rev 2672)
@@ -1,3 +1,8 @@
+Wed Apr 05 00:40:13 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* autogen.sh:
+	  - This is Galago#, not GalagoGtk#.
+
 Tue Apr 04 01:14:22 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	A galago/Object.custom:

Modified: trunk/galago-sharp/autogen.sh
===================================================================
--- trunk/galago-sharp/autogen.sh	2006-04-05 06:08:22 UTC (rev 2671)
+++ trunk/galago-sharp/autogen.sh	2006-04-05 07:40:36 UTC (rev 2672)
@@ -3,11 +3,11 @@
 
 DIE=0
 
-echo "Generating configuration files for GalagoGtk#, please wait..."
+echo "Generating configuration files for Galago#, please wait..."
 
 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
 	echo
-	echo "You must have autoconf installed to compile GalagoGtk#."
+	echo "You must have autoconf installed to compile Galago#."
 	echo "Download the appropriate package for your distribution,"
 	echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
 	DIE=1
@@ -15,7 +15,7 @@
 
 (libtool --version) < /dev/null > /dev/null 2>&1 || {
 	echo
-	echo "You must have libtool installed to compile GalagoGtk#."
+	echo "You must have libtool installed to compile Galago#."
 	echo "Download the appropriate package for your distribution,"
 	echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
 	DIE=1
@@ -23,7 +23,7 @@
 
 (automake --version) < /dev/null > /dev/null 2>&1 || {
 	echo
-	echo "You must have automake installed to compile GalagoGtk#."
+	echo "You must have automake installed to compile Galago#."
 	echo "Download the appropriate package for your distribution,"
 	echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
 	DIE=1



More information about the galago-commits mailing list