diff 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
line wrap: on
line diff
--- a/bootstrap.sh	Thu Jun 19 20:12:02 2003 +0000
+++ b/bootstrap.sh	Thu Jun 19 20:13:00 2003 +0000
@@ -1,12 +1,22 @@
 #! /bin/sh
 
-echo "**************************************************"
-echo "** Bootstrapping XMMS-SID package               **"
-echo "** This may take a while, please be patient ... **"
-echo "**************************************************"
+echo "**"
+echo "** Now bootstrapping the package."
+echo "** This may take a while, please be patient ..."
+echo "**"
+echo "- aclocal     - 0%"
+aclocal
+
+echo "- autoconf    - 20%"
+autoconf
 
-aclocal
-autoconf
+echo "- autoheader  - 40%"
 autoheader
+
+echo "- automake    - 60%"
 automake -a
+
+echo "- libtoolize  - 80%"
 libtoolize --automake --force
+
+echo "- ok.         - 100%"