comparison 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
comparison
equal deleted inserted replaced
14:f5d82424b0ed 15:17947c69fcc9
1 #! /bin/sh
2
3 echo "**************************************************"
4 echo "** Bootstrapping XMMS-SID package **"
5 echo "** This may take a while, please be patient ... **"
6 echo "**************************************************"
7
8 aclocal
9 autoconf
10 autoheader
11 automake -a
12