ltmain.in: Revert the version +1 change for IRIX, it could

cause compatibility problems.
This commit is contained in:
Robert Boehne 2002-12-11 16:05:24 +00:00
parent ce55211c8b
commit a6586edd03
2 changed files with 6 additions and 1 deletions

View File

@ -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,

View File

@ -2793,7 +2793,7 @@ EOF
;;
irix | nonstopux)
major=`expr $current - $age`
major=`expr $current - $age +1`
case $version_type in
nonstopux) verstring_prefix=nonstopux ;;