From ea39dd0054d0e828abab69c5b4394ba42ffc262a Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 23 Apr 2004 23:16:08 +0000 Subject: [PATCH] Update usage message for autogen.sh if autolustre already installed. --- lustre/autogen.sh | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/lustre/autogen.sh b/lustre/autogen.sh index c7588e4..4779f7f 100644 --- a/lustre/autogen.sh +++ b/lustre/autogen.sh @@ -19,26 +19,38 @@ compare_versions() { } error_msg() { - cat >&2 <&2 <<-EOF + You apparently already have Lustre-specific autoconf/make RPMs + installed on your system at /usr/lib/autolustre/share/$cmd. + Please set your PATH to point to those versions: -ftp://ftp.lustre.org/pub/other/autolustre/README.autolustre + export PATH="/usr/lib/autolustre/bin:\$PATH" + EOF + else + cat >&2 <<-EOF + CFS provides RPMs which can be installed alongside your + existing autoconf/make RPMs, if you are nervous about + upgrading. See -You may be able to download a new version from: -http://ftp.gnu.org/gnu/$cmd/$cmd-$required.tar.gz -EOF + ftp://ftp.lustre.org/pub/other/autolustre/README.autolustre + + You may be able to download newer version from: + + http://ftp.gnu.org/gnu/$cmd/$cmd-$required.tar.gz + EOF + fi [ "$cmd" = "autoconf" -a "$required" = "2.57" ] && cat >&2 <&2 <