view bootstrap.sh @ 40:1788f4ce6a44

Numerous changes towards 0.8
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Jun 2003 22:38:01 +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%"