view autogen.sh @ 189:e9e97670f7d7 dev-0_8_0b12

Cosmetic fix: remove pop-up subsong control window if song changes and it is not needed anymore.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 18 Aug 2004 05:36:03 +0000
parents 3fcc147b253a
children
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 $*