From 025aa9244496f450f52caad11c10080549b19260 Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Fri, 20 Dec 2002 21:05:00 +0000 Subject: Fix incorrect names in the autogen.sh CVS patchset: 3598 CVS date: 2002/12/20 21:05:00 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 79c136117..b272ff68d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -28,7 +28,7 @@ detect_configure_ac() { detect_autoconf() { (autoconf --version) < /dev/null > /dev/null 2>&1 || { echo - echo "**Error**: You must have \`autoconf' installed to compile gxine." + echo "**Error**: You must have \`autoconf' installed to compile xine-lib." echo "Download the appropriate package for your distribution," echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/" exit 1 @@ -53,7 +53,7 @@ run_autoconf () { detect_libtool() { (libtool --version) < /dev/null > /dev/null 2>&1 || { echo - echo "**Error**: You must have \`libtool' installed to compile gxine." + echo "**Error**: You must have \`libtool' installed to compile xine-lib." echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.4.tar.gz" echo "(or a newer version if it is available)" exit 1 -- cgit v1.2.3