echo "Running libtoolize..." libtoolize --automake echo "Running aclocal..." aclocal echo "Running automake..." automake -a -c echo "Running autoconf..." autoconf echo "The remaining steps to install this library are:" echo " % ./configure" echo " % make"