library_names_spec.
* ltmain.in: For version_type of sunos, set versuffix even if
-version-info was not used.
+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
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
;;
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.