Loading buildconf +4 −2 Original line number Original line Diff line number Diff line Loading @@ -97,11 +97,13 @@ if test "$1" = "$LIBTOOL_WANTED_MAJOR"; then if test "$2" -lt "$LIBTOOL_WANTED_MINOR"; then if test "$2" -lt "$LIBTOOL_WANTED_MINOR"; then lt_status="bad" lt_status="bad" elif test ! -z "$LIBTOOL_WANTED_PATCH"; then elif test ! -z "$LIBTOOL_WANTED_PATCH"; then if test -n "$3"; then if test "$3" -lt "$LIBTOOL_WANTED_PATCH"; then if test "$3" -lt "$LIBTOOL_WANTED_PATCH"; then lt_status="bad" lt_status="bad" fi fi fi fi fi fi fi if test $lt_status != "good"; then if test $lt_status != "good"; then echo "buildconf: libtool version $lt_pversion found." echo "buildconf: libtool version $lt_pversion found." echo " You need libtool version $LIBTOOL_WANTED_VERSION or newer installed" echo " You need libtool version $LIBTOOL_WANTED_VERSION or newer installed" Loading Loading
buildconf +4 −2 Original line number Original line Diff line number Diff line Loading @@ -97,11 +97,13 @@ if test "$1" = "$LIBTOOL_WANTED_MAJOR"; then if test "$2" -lt "$LIBTOOL_WANTED_MINOR"; then if test "$2" -lt "$LIBTOOL_WANTED_MINOR"; then lt_status="bad" lt_status="bad" elif test ! -z "$LIBTOOL_WANTED_PATCH"; then elif test ! -z "$LIBTOOL_WANTED_PATCH"; then if test -n "$3"; then if test "$3" -lt "$LIBTOOL_WANTED_PATCH"; then if test "$3" -lt "$LIBTOOL_WANTED_PATCH"; then lt_status="bad" lt_status="bad" fi fi fi fi fi fi fi if test $lt_status != "good"; then if test $lt_status != "good"; then echo "buildconf: libtool version $lt_pversion found." echo "buildconf: libtool version $lt_pversion found." echo " You need libtool version $LIBTOOL_WANTED_VERSION or newer installed" echo " You need libtool version $LIBTOOL_WANTED_VERSION or newer installed" Loading