#! /bin/sh # Install a pfe shared library module for hpux. # --dnw 21Nov02 LIBTOOL=$HOME/bin/libtool # copy from pfe configure INSTALL="/usr/local/bin/install -c" LIBDIR=$HOME/lib/pfe # pfe "make install" /bin/sh $LIBTOOL --silent --mode=install \ $INSTALL $1.la $LIBDIR/$1.la