From: Robert Boehne Date: Wed, 11 Dec 2002 16:05:24 +0000 (+0000) Subject: ltmain.in: Revert the version +1 change for IRIX, it could X-Git-Tag: release-1-5~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6586edd03e23fdad8f3af73b39ff5f861f0cf21;p=thirdparty%2Flibtool.git ltmain.in: Revert the version +1 change for IRIX, it could cause compatibility problems. --- diff --git a/ChangeLog b/ChangeLog index 89fa99509..8e05c7bb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-12-11 Robert Boehne + + ltmain.in: Revert the version +1 change for IRIX, it could + cause compatibility problems. + 2002-11-22 Christian Cornelssen * libtool.m4 (AC_LIBTOOL_COMPILER_OPTION, diff --git a/ltmain.in b/ltmain.in index 42126ea69..20c099fc5 100644 --- a/ltmain.in +++ b/ltmain.in @@ -2793,7 +2793,7 @@ EOF ;; irix | nonstopux) - major=`expr $current - $age` + major=`expr $current - $age +1` case $version_type in nonstopux) verstring_prefix=nonstopux ;;