diff options
author | Robin KAY <komadori@users.sourceforge.net> | 2002-12-20 21:05:00 +0000 |
---|---|---|
committer | Robin KAY <komadori@users.sourceforge.net> | 2002-12-20 21:05:00 +0000 |
commit | 025aa9244496f450f52caad11c10080549b19260 (patch) | |
tree | a0a042b7ee4821acf9d2eb8329874bb64dc946d5 | |
parent | aca469e8346a216e7cde12608df057f018852068 (diff) | |
download | xine-lib-025aa9244496f450f52caad11c10080549b19260.tar.gz xine-lib-025aa9244496f450f52caad11c10080549b19260.tar.bz2 |
Fix incorrect names in the autogen.sh
CVS patchset: 3598
CVS date: 2002/12/20 21:05:00
-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 |