File:  [Local Repository] / thwomper-c / autogen.sh
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Mon Apr 13 04:01:42 2009 UTC (15 years, 1 month ago) by nick
Branches: ND, MAIN
CVS tags: ND1_0, HEAD


#!/bin/sh
# $Id: autogen.sh,v 1.1.1.1 2009/04/13 04:01:42 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>