ltmain.sh   ltmain.sh 
skipping to change at line 1778 skipping to change at line 1778
windows) windows)
# Like Linux, but with '-' rather than '.', since we only # Like Linux, but with '-' rather than '.', since we only
# want one extension on Windows 95. # want one extension on Windows 95.
major=`expr $current - $age` major=`expr $current - $age`
versuffix="-$major-$age-$revision" versuffix="-$major-$age-$revision"
;; ;;
darwin) darwin)
# Like Linux, but with the current version available in # Like Linux, but with the current version available in
# verstring for coding it into the library header # verstring for coding it into the library header
major=.`expr $current - $age` major=`expr $current - $age`
versuffix="$major.$age.$revision" versuffix=".$major.$age.$revision"
# Darwin ld doesn't like 0 for these options... # Darwin ld doesn't like 0 for these options...
minor_current=`expr $current + 1` minor_current=`expr $current + 1`
verstring="-compatibility_version $minor_current -current_version verstring="-compatibility_version $major -current_version $major.$
$minor_current.$revision" age.$revision"
major=".$major"
;; ;;
*) *)
$echo "$modename: unknown library version type \`$version_type'" 1 >&2 $echo "$modename: unknown library version type \`$version_type'" 1 >&2
echo "Fatal configuration error. See the $PACKAGE docs for more i nformation." 1>&2 echo "Fatal configuration error. See the $PACKAGE docs for more i nformation." 1>&2
exit 1 exit 1
;; ;;
esac esac
# Clear the version info if we defaulted, and they specified a relea se. # Clear the version info if we defaulted, and they specified a relea se.
 End of changes. 2 change blocks. 
4 lines changed or deleted 5 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/