view bootstrap.sh @ 38:dec37e16136e

Minor changes
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Jun 2003 20:48:04 +0000
parents 3fcc147b253a
children c145ff12f2d0
line wrap: on
line source

#! /bin/sh

echo "**"
echo "** Now bootstrapping the package."
echo "** This may take a while, please be patient ..."
echo "**"
echo "- aclocal     - 0%"
aclocal

echo "- autoconf    - 20%"
autoconf

echo "- autoheader  - 40%"
autoheader

echo "- automake    - 60%"
automake -a

echo "- libtoolize  - 80%"
libtoolize --automake --force

echo "- ok.         - 100%"