comparison autogen.sh @ 1:183e7cbc1036

Initial revision
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Jun 2003 10:23:04 +0000
parents
children e5c49367b899
comparison
equal deleted inserted replaced
0:5ce0a94edc2e 1:183e7cbc1036
1 #!/bin/sh
2
3 echo "**************************************************"
4 echo "** Generating build information **"
5 echo "** This may take a while, please be patient ... **"
6 echo "**************************************************"
7
8 rm -f config.cache config.log
9
10 # Touch the timestamps on all the files since CVS messes them up
11 directory=`dirname $0`
12 touch $directory/configure.in
13
14 # Regenerate configuration files
15 echo "* aclocal"
16 aclocal -I .
17
18 echo "* automake"
19 automake --foreign -v
20
21 echo "* autoconf"
22 autoconf
23
24 # Run configure for this platform
25 ./configure $*