# HG changeset patch # User Matti Hamalainen # Date 1054750264 0 # Node ID 17947c69fcc9daedbb1d9cc297f062d5ddf39cf0 # Parent f5d82424b0ed94b2af52c885d7e107d360def4a9 Added script for bootstrapping from CVS diff -r f5d82424b0ed -r 17947c69fcc9 bootstrap.sh --- /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 +