Annotation of froggix/autogen.sh, revision 1.4
1.1 nick 1: #!/bin/sh
1.4 ! nick 2: # $Id: autogen.sh,v 1.3 2009-03-28 03:52:29 nick Exp $
1.1 nick 3:
1.3 nick 4: # Remove any previously created cache files
5: test -w config.cache && rm config.cache
6: test -w config.cross.cache && rm config.cross.cache
7:
8: # Regenerate configuration files
1.1 nick 9: aclocal
1.4 ! nick 10: automake --foreign --add-missing
1.1 nick 11: autoconf
1.3 nick 12:
13: # Run configure for this platform
14: #./configure $*
15: echo "Now you are ready to run ./configure"
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>