Searched refs:lt_maj (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/ofed/management/opensm/
H A Dautogen.sh36 lt_maj=`echo $lt_ver|sed 's/\..*//'`
39 if [[ $lt_maj -lt 1 ]]; then
42 elif [[ $lt_maj -eq 1 && $lt_min -lt 4 ]]; then
43 echo "libtool version is too old:$lt_maj.$lt_min.$lt_sub < required 1.4.2"
45 elif [[ $lt_maj -eq 1 && $lt_min -eq 4 && $lt_sub -lt 2 ]]; then
46 echo "libtool version is too old:$lt_maj.$lt_min.$lt_sub < required 1.4.2"

Completed in 51 milliseconds