diff options
-rwxr-xr-x | autogen.sh | 4 |
1 files 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 |