improve behaviour on SunOS
authorIan Lance Taylor <ian@airs.com>
Tue, 7 Jul 1998 20:23:27 +0000 (20:23 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 7 Jul 1998 20:23:27 +0000 (20:23 +0000)
ltmain.sh

index 8f8f6fb9081bb500a8bd3e136ea3155d5f64257f..790616976278f65b6b51e2d069accae2fb4277a9 100644 (file)
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -1055,6 +1055,11 @@ if test -z "$show_help"; then
          major=
          versuffix=
          verstring="0.0"
+         case "$version_type" in
+         sunos)
+           versuffix=".0.0"
+           ;;
+         esac
        fi
 
        # Check to see if the archive will have undefined symbols.
This page took 0.02528 seconds and 4 git commands to generate.