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

/freebsd-11.0-release/contrib/ofed/management/opensm/
H A Dautogen.sh37 lt_min=`echo $lt_ver|sed 's/[^\.]*\.\([^\.]*\)\.*.*/\1/'`
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 60 milliseconds