improve behaviour on SunOS

This commit is contained in:
Ian Lance Taylor
1998-07-07 20:23:27 +00:00
parent 99e9c6f741
commit ac7f389da4

View File

@ -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.