comparison autogen.sh @ 10:364fe4a69c2b

Updating ...
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jun 2003 13:45:05 +0000
parents e5c49367b899
children 3fcc147b253a
comparison
equal deleted inserted replaced
9:50556bffe2ed 10:364fe4a69c2b
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.ac 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