comparison bootstrap.sh @ 35:3fcc147b253a

Updates towards 0.8beta0
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Jun 2003 20:13:00 +0000
parents 541e0e353413
children c145ff12f2d0
comparison
equal deleted inserted replaced
34:0e1189b94a7f 35:3fcc147b253a
1 #! /bin/sh 1 #! /bin/sh
2 2
3 echo "**************************************************" 3 echo "**"
4 echo "** Bootstrapping XMMS-SID package **" 4 echo "** Now bootstrapping the package."
5 echo "** This may take a while, please be patient ... **" 5 echo "** This may take a while, please be patient ..."
6 echo "**************************************************" 6 echo "**"
7 echo "- aclocal - 0%"
8 aclocal
7 9
8 aclocal 10 echo "- autoconf - 20%"
9 autoconf 11 autoconf
12
13 echo "- autoheader - 40%"
10 autoheader 14 autoheader
15
16 echo "- automake - 60%"
11 automake -a 17 automake -a
18
19 echo "- libtoolize - 80%"
12 libtoolize --automake --force 20 libtoolize --automake --force
21
22 echo "- ok. - 100%"