comparison autogen.sh @ 7:e5c49367b899

Updated to 0.8
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Jun 2003 11:25:05 +0000
parents 183e7cbc1036
children 364fe4a69c2b
comparison
equal deleted inserted replaced
6:ff6b3a556a15 7:e5c49367b899
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.ac
13 13
14 # Regenerate configuration files 14 # Regenerate configuration files
15 echo "* aclocal" 15 echo "* aclocal"
16 aclocal -I . 16 aclocal -I .
17 17