1 from major as it may be less than age.
+2007-06-22 Peter O'Gorman <peter@pogma.com>
+
+ * libltdl/config/ltmain.m4sh (version-number) [irix]: Don't subtract
+ 1 from major as it may be less than age.
+
2007-06-21 Noah Misch <noah@cs.caltech.edu>
* tests/f77demo/configure.ac [--with-dist]: New option. Skip most
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 ;;