view autogen.sh @ 16:09fc890b5d3c

Added new files
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jun 2003 18:29:01 +0000
parents 364fe4a69c2b
children 3fcc147b253a
line wrap: on
line source

#! /bin/sh

echo "**************************************************"
echo "** Generating build information                 **"
echo "** This may take a while, please be patient ... **"
echo "**************************************************"

rm -f config.cache config.log

# Touch the timestamps on all the files since CVS messes them up
directory=`dirname $0`
touch $directory/configure.in

# Regenerate configuration files
echo "* aclocal"
aclocal -I .

echo "* automake"
automake --foreign -v

echo "* autoconf"
autoconf

# Run configure for this platform
./configure $*