File:  [Local Repository] / froggix / autogen.sh
Revision 1.3: download - view: text, annotated - select for diffs
Sat Mar 28 03:52:29 2009 UTC (15 years, 7 months ago) by nick
Branches: MAIN
CVS tags: HEAD
Should be the final files for setting up the cross compilation

#!/bin/sh
# $Id: autogen.sh,v 1.3 2009/03/28 03:52:29 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
autoconf

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

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