]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
ltmain.in: Do not add 1 to the version under IRIX, it is
authorRobert Boehne <rboehne@gnu.org>
Wed, 23 Oct 2002 14:36:30 +0000 (14:36 +0000)
committerRobert Boehne <rboehne@gnu.org>
Wed, 23 Oct 2002 14:36:30 +0000 (14:36 +0000)
not necessary.

ChangeLog
ltmain.in

index 4ea5777390b2f723cf6484f9e2b0324e25c16e4b..9f09e9f48f835e08b97bf0740810bccf0a7abf2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-23  Robert Boehne  <rboehne@gnu.org>
+
+       ltmain.in: Do not add 1 to the version under IRIX, it is
+       not necessary.
+
 2002-10-15  Charles Wilson  <cwilson@ece.gatech.edu>
 
         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): avoid long delay on 
index 0a17a20beb8143ce3392e2845527a747f81fa1ab..c39f155c953e850b56f5b7b5cd7d8baad8e3cb45 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -2658,7 +2658,7 @@ EOF
          ;;
 
        irix | nonstopux)
-         major=`expr $current - $age + 1`
+         major=`expr $current - $age`
 
          case $version_type in
            nonstopux) verstring_prefix=nonstopux ;;