diff bootstrap.sh @ 15:17947c69fcc9

Added script for bootstrapping from CVS
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jun 2003 18:11:04 +0000
parents
children 541e0e353413
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bootstrap.sh	Wed Jun 04 18:11:04 2003 +0000
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+echo "**************************************************"
+echo "** Bootstrapping XMMS-SID package               **"
+echo "** This may take a while, please be patient ... **"
+echo "**************************************************"
+
+aclocal
+autoconf
+autoheader
+automake -a
+