* ltconfig.in: For sunos4, add ${libname}.so$versuffix to

library_names_spec.
	* ltmain.in: For version_type of sunos, set versuffix even if
	-version-info was not used.
This commit is contained in:
Ian Lance Taylor 1998-11-02 23:05:42 +00:00 committed by Alexandre Oliva
parent 88ca2cd0f6
commit 2b891d56f4
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,10 @@
1998-11-02 Ian Lance Taylor <ian@cygnus.com>
* ltconfig.in: For sunos4, add ${libname}.so$versuffix to
library_names_spec.
* ltmain.in: For version_type of sunos, set versuffix even if
-version-info was not used.
1998-11-02 Alexandre Oliva <oliva@dcc.unicamp.br>
* ltmain.in (libobj): default value must not contain directory

View File

@ -1282,7 +1282,7 @@ solaris2*)
sunos4*)
version_type=sunos
library_names_spec='${libname}${release}.so$versuffix'
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
shlibpath_var=LD_LIBRARY_PATH
;;

View File

@ -1093,6 +1093,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.