aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1998-08-13 03:39:55 +0000
committerDaniel Veillard <veillard@src.gnome.org>1998-08-13 03:39:55 +0000
commit260a68fd34302f352aa8f4c2f2901cefa3e1d2f7 (patch)
tree4b8121b97a44fdb0e5c7713150af11074a69a1e2 /autogen.sh
parenta65771c1cad93b33a936be986be043420adc9648 (diff)
downloadandroid_external_libxml2-260a68fd34302f352aa8f4c2f2901cefa3e1d2f7.tar.gz
android_external_libxml2-260a68fd34302f352aa8f4c2f2901cefa3e1d2f7.tar.bz2
android_external_libxml2-260a68fd34302f352aa8f4c2f2901cefa3e1d2f7.zip
Release 0.2, 80% rewrite, nothing left intact ... 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 0119b5c5..69f0382f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@ DIE=0
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo
- echo "You must have autoconf installed to compile GLIB."
+ echo "You must have autoconf installed to compile gnome-xml."
echo "Download the appropriate package for your distribution,"
echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
DIE=1
@@ -13,7 +13,7 @@ DIE=0
(libtool --version) < /dev/null > /dev/null 2>&1 || {
echo
- echo "You must have libtool installed to compile GLIB."
+ echo "You must have libtool installed to compile gnome-xml."
echo "Get ftp://alpha.gnu.org/gnu/libtool-1.0h.tar.gz"
echo "(or a newer version if it is available)"
DIE=1
@@ -21,7 +21,7 @@ DIE=0
(automake --version) < /dev/null > /dev/null 2>&1 || {
echo
- echo "You must have automake installed to compile GLIB."
+ echo "You must have automake installed to compile gnome-xml."
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
@@ -31,8 +31,8 @@ if test "$DIE" -eq 1; then
exit 1
fi
-test -f xml_entities.h || {
- echo "You must run this script in the top-level GLIB directory"
+test -f entities.h || {
+ echo "You must run this script in the top-level gnome-xml directory"
exit 1
}