diff autogen.sh @ 14441:b4a5b77e167e

[gaim-migrate @ 17155] Minor cleanup and whitespace. And make some error messages a bit more concise. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 04 Sep 2006 05:48:45 +0000
parents c18bdf510325
children c273952a004d
line wrap: on
line diff
--- a/autogen.sh	Mon Sep 04 04:38:03 2006 +0000
+++ b/autogen.sh	Mon Sep 04 05:48:45 2006 +0000
@@ -2,35 +2,35 @@
 
 (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 Gaim.";
 	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 Gaim.";
 	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 Gaim.";
 	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 Gaim.";
 	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 Gaim.";
 	echo;
 	exit;
 }