]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
ltmain.in: Revert the version +1 change for IRIX, it could
authorRobert Boehne <rboehne@gnu.org>
Wed, 11 Dec 2002 16:05:24 +0000 (16:05 +0000)
committerRobert Boehne <rboehne@gnu.org>
Wed, 11 Dec 2002 16:05:24 +0000 (16:05 +0000)
cause compatibility problems.

ChangeLog
ltmain.in

index 89fa995093ab1084546c95dfea7ae4da70987da9..8e05c7bb2a20d94293a47a632f3eda1e02be6b19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-11  Robert Boehne  <rboehne@gnu.org>
+
+       ltmain.in: Revert the version +1 change for IRIX, it could
+       cause compatibility problems.
+
 2002-11-22  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
 
        * libtool.m4 (AC_LIBTOOL_COMPILER_OPTION,
index 42126ea69c6d00fac201cfc6397212e0e7787953..20c099fc5dac000965c6e747fdd08f45f59a89d0 100644 (file)
--- 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 ;;