diff autogen.sh @ 20400:ea9a5566a156

propagate from branch 'im.pidgin.rlaager.merging.msnp13-and-sf-1621854-4' (head 36b8a3e05397b5918f311a046fa580c5bb8846e0) to branch 'im.pidgin.cpw.khc.msnp14' (head 39ac2e1b7754245b292605b0e3055ebb1b954c5d)
author Richard Laager <rlaager@wiktel.com>
date Sun, 15 Apr 2007 05:00:56 +0000
parents 593534b724b0
children a4d9505bd307
line wrap: on
line diff
--- a/autogen.sh	Sun Apr 15 04:46:02 2007 +0000
+++ b/autogen.sh	Sun Apr 15 05:00:56 2007 +0000
@@ -7,40 +7,40 @@
 
 (glib-gettextize --version) < /dev/null > /dev/null 2>&1 || {
 	echo;
-	echo "You must have glib-gettextize installed to compile Gaim.";
+	echo "You must have glib-gettextize installed to compile Pidgin.";
 	echo;
 	exit;
 }
 
 (intltoolize --version) < /dev/null > /dev/null 2>&1 || {
 	echo;
-	echo "You must have intltool installed to compile Gaim.";
+	echo "You must have intltool installed to compile Pidgin.";
 	echo;
 	exit;
 }
 
 (libtoolize --version) < /dev/null > /dev/null 2>&1 || {
 	echo;
-	echo "You must have libtool installed to compile Gaim.";
+	echo "You must have libtool installed to compile Pidgin.";
 	echo;
 	exit;
 }
 
 (automake --version) < /dev/null > /dev/null 2>&1 || {
 	echo;
-	echo "You must have automake installed to compile Gaim.";
+	echo "You must have automake installed to compile Pidgin.";
 	echo;
 	exit;
 }
 
 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
 	echo;
-	echo "You must have autoconf installed to compile Gaim.";
+	echo "You must have autoconf installed to compile Pidgin.";
 	echo;
 	exit;
 }
 
-echo "Generating configuration files for Gaim, please wait...."
+echo "Generating configuration files for Pidgin, please wait...."
 echo;
 
 echo "Running libtoolize, please ignore non-fatal messages...."