diff options
Diffstat (limited to 'admin/libtool/ltmain.sh')
-rw-r--r-- | admin/libtool/ltmain.sh | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/admin/libtool/ltmain.sh b/admin/libtool/ltmain.sh index 2eac6248..746841cd 100644 --- a/admin/libtool/ltmain.sh +++ b/admin/libtool/ltmain.sh @@ -3058,7 +3058,7 @@ EOF # which has an extra 1 added just for fun # case $version_type in - darwin|linux|osf|windows) + darwin|linux|windows) current=`expr $number_major + $number_minor` age="$number_minor" revision="$number_revision" @@ -3170,23 +3170,6 @@ EOF versuffix="$major.$age.$revision" ;; - osf) - major=.`expr $current - $age` - versuffix=".$current.$age.$revision" - verstring="$current.$age.$revision" - - # Add in all the interfaces that we are compatible with. - loop=$age - while test "$loop" -ne 0; do - iface=`expr $current - $loop` - loop=`expr $loop - 1` - verstring="$verstring:${iface}.0" - done - - # Make executables depend on our current version. - verstring="$verstring:${current}.0" - ;; - sunos) major=".$current" versuffix=".$current.$revision" @@ -3367,9 +3350,7 @@ EOF pass_all) # Don't check for shared/static. Everything works. # This might be a little naive. We might want to check - # whether the library exists or not. But this is on - # osf3 & osf4 and I'm not really sure... Just - # implementing what was already the behavior. + # whether the library exists or not. newdeplibs=$deplibs ;; test_compile) |