Work done on the plane, ready to release libxml2-2.0.0, Daniel
diff --git a/autogen.sh b/autogen.sh
index 0399185..e5a30eb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,7 +10,7 @@
 
 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
 	echo
-	echo "You must have autoconf installed to compile gnome-xml."
+	echo "You must have autoconf installed to compile libxml."
 	echo "Download the appropriate package for your distribution,"
 	echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
 	DIE=1
@@ -18,7 +18,7 @@
 
 (libtool --version) < /dev/null > /dev/null 2>&1 || {
 	echo
-	echo "You must have libtool installed to compile gnome-xml."
+	echo "You must have libtool installed to compile libxml."
 	echo "Get ftp://alpha.gnu.org/gnu/libtool-1.0h.tar.gz"
 	echo "(or a newer version if it is available)"
 	DIE=1
@@ -26,7 +26,7 @@
 
 (automake --version) < /dev/null > /dev/null 2>&1 || {
 	echo
-	echo "You must have automake installed to compile gnome-xml."
+	echo "You must have automake installed to compile libxml."
 	echo "Get ftp://ftp.cygnus.com/pub/home/tromey/automake-1.2d.tar.gz"
 	echo "(or a newer version if it is available)"
 	DIE=1
@@ -37,7 +37,7 @@
 fi
 
 test -f entities.h || {
-	echo "You must run this script in the top-level gnome-xml directory"
+	echo "You must run this script in the top-level libxml directory"
 	exit 1
 }
 
@@ -61,4 +61,4 @@
 $srcdir/configure "$@"
 
 echo 
-echo "Now type 'make' to compile gnome-xml."
+echo "Now type 'make' to compile libxml."