*** empty log message ***

This commit is contained in:
Thomas Tanner 1998-12-27 20:04:12 +00:00
parent c7c32517c0
commit f55fd32f91
3 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
1998-12-27 Thomas Tanner <tanner@gmx.de>
* THANKS: added Erez Zadok <ezk@shekel.mcl.cs.columbia.edu>
1998-12-26 Erez Zadok <ezk@shekel.mcl.cs.columbia.edu>
* ltconfig.in: support i486-ncr-sysv4.3.03
shared libraries.
* ltmain.in: before every ln -s, remove the link name
1998-12-25 Thomas Tanner <tanner@gmx.de>
* depdemo/configure.in: removed last relics of demo

View File

@ -645,7 +645,7 @@ else
wl='-Qoption ld '
;;
sysv4.2uw2* | sysv5*)
sysv4.2uw2* | sysv5* | sysv4.3*)
pic_flag='-KPIC'
link_static_flag='-Bstatic'
wl='-Wl,'
@ -1725,7 +1725,7 @@ sunos4*)
shlibpath_var=LD_LIBRARY_PATH
;;
sysv4.2uw2*)
sysv4.2uw2* | sysv4.3*)
version_type=linux
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
soname_spec='${libname}${release}.so$major'

View File

@ -477,6 +477,8 @@ compiler."
# If we have no pic_flag, then copy the object into place and finish.
if test -z "$pic_flag"; then
$show $rm $obj
$run $rm $obj
$show "$LN_S $libobj $obj"
if $run $LN_S $libobj $obj; then
exit 0
@ -1723,6 +1725,8 @@ EOF
IFS="$save_ifs"
else
# Just create a symlink.
$show $rm $libobj
$run $rm $libobj
$show "$LN_S $obj $libobj"
$run $LN_S $obj $libobj || exit $?
fi