[openib-general] [PATCH TRIVIAL] opensm/autogen.sh: error message fix
Sasha Khapyorsky
sashak at voltaire.com
Mon Dec 18 12:07:06 PST 2006
Trivial error message fixes in osm/autogen.sh
Signed-off-by: Sasha Khapyorsky <sashak at voltaire.com>
---
osm/autogen.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/osm/autogen.sh b/osm/autogen.sh
index 6570426..e463c0e 100755
--- a/osm/autogen.sh
+++ b/osm/autogen.sh
@@ -40,10 +40,10 @@ if [[ $lt_maj -lt 1 ]]; then
echo Min libtool version is 1.4.2
exit 1
elif [[ $lt_maj -eq 1 && $lt_min -lt 4 ]]; then
- echo "automake version is too old:$lt_maj.$lt_min.$lt_sub < required 1.4.2"
+ echo "libtool version is too old:$lt_maj.$lt_min.$lt_sub < required 1.4.2"
exit 1
elif [[ $lt_maj -eq 1 && $lt_min -eq 4 && $lt_sub -lt 2 ]]; then
- echo "automake version is too old:$lt_maj.$lt_min.$lt_sub < required 1.4.2"
+ echo "libtool version is too old:$lt_maj.$lt_min.$lt_sub < required 1.4.2"
exit 1
fi
--
1.4.4.2.gfc82d
More information about the general
mailing list