File:  [Local Repository] / talos / autogen.sh
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Jun 30 01:53:08 2009 UTC (14 years, 10 months ago) by nick
Branches: TALOS, MAIN
CVS tags: V1_0, HEAD
Initial Import

#!/bin/sh
# $Id: autogen.sh,v 1.1.1.1 2009/06/30 01:53:08 nick Exp $

# Remove any previously created cache files
test -w config.cache && rm config.cache
test -w config.cross.cache && rm config.cross.cache

# Regenerate configuration files
aclocal
automake --foreign --add-missing
autoconf

# Run configure for this platform
#./configure $*
echo "Now you are ready to run ./configure"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>