aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-04-03 19:48:13 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-04-03 19:48:13 +0000
commit361d845de0f06c1d52668c8df489ec8e4071a768 (patch)
tree8fee91c517cebbf8d196924550fd8aada4f08770 /autogen.sh
parentec30341c5c9d88ff5f1c23908707aee83c287612 (diff)
downloadlibxml2-361d845de0f06c1d52668c8df489ec8e4071a768.tar.gz
Work done on the plane, ready to release libxml2-2.0.0, Daniel
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 03991851..e5a30eba 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,7 +10,7 @@ DIE=0
(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 @@ DIE=0
(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 @@ DIE=0
(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 @@ if test "$DIE" -eq 1; then
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 @@ fi
$srcdir/configure "$@"
echo
-echo "Now type 'make' to compile gnome-xml."
+echo "Now type 'make' to compile libxml."