changeset 15:17947c69fcc9

Added script for bootstrapping from CVS
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jun 2003 18:11:04 +0000
parents f5d82424b0ed
children 09fc890b5d3c
files bootstrap.sh
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
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
+