major as it may be less than age.
+2007-06-22 Peter O'Gorman <peter@pogma.com>
+
+ * ltmain.in (version-number) [irix]: Don't subtract 1 from
+ major as it may be less than age.
+
2007-06-17 Peter O'Gorman <peter@pogma.com>
* libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): add quotes to
age="0"
;;
irix|nonstopux)
- current=`expr $number_major + $number_minor - 1`
+ current=`expr $number_major + $number_minor`
age="$number_minor"
revision="$number_minor"
+ lt_irix_increment=no
;;
esac
;;
;;
irix | nonstopux)
- major=`expr $current - $age + 1`
-
+ if test "X$lt_irix_increment" = "Xno"; then
+ major=`expr $current - $age`
+ else
+ major=`expr $current - $age + 1`
+ fi
case $version_type in
nonstopux) verstring_prefix=nonstopux ;;
*) verstring_prefix=sgi ;;