comparison autogen.sh @ 35:3fcc147b253a

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