11 lnname
=`echo $p2 | sed -e "s/\.$SHLIBEXT.*/.$SHLIBEXT/"`
12 echo Installing
$p as
$LIBDIR/$p2
13 if [ -f $LIBDIR/$p2 ]; then
15 mv $LIBDIR/$p2 $LIBDIR/$p2.old
18 if [ $p2 != $lnname ]; then
19 ln -sf $p2 $LIBDIR/$lnname
24 ======================================================================
25 The shared libraries are installed. You may restore the old libraries (if there
26 were any) using the command "make revert". You may uninstall the libraries
27 using the command "make uninstalllib" or "make uninstall" to uninstall
28 binaries, man pages and shell scripts.
29 ======================================================================