summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2002-12-20 21:05:00 +0000
committerRobin KAY <komadori@users.sourceforge.net>2002-12-20 21:05:00 +0000
commit025aa9244496f450f52caad11c10080549b19260 (patch)
treea0a042b7ee4821acf9d2eb8329874bb64dc946d5
parentaca469e8346a216e7cde12608df057f018852068 (diff)
downloadxine-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-xautogen.sh4
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