From: Ian Lance Taylor Date: Mon, 2 Nov 1998 23:05:42 +0000 (+0000) Subject: * ltconfig.in: For sunos4, add ${libname}.so$versuffix to X-Git-Tag: start~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b891d56f49e0792a108f5fd323e02326dacecb5;p=thirdparty%2Flibtool.git * 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. --- diff --git a/ChangeLog b/ChangeLog index ed5ff579b..c08625eca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1998-11-02 Ian Lance Taylor + + * 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 * ltmain.in (libobj): default value must not contain directory diff --git a/ltconfig.in b/ltconfig.in index 53df332a7..027a56bed 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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 ;; diff --git a/ltmain.in b/ltmain.in index fd149e038..e58154a08 100644 --- a/ltmain.in +++ b/ltmain.in @@ -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.