Annotation of froggix/autogen.sh, revision 1.3
1.1 nick 1: #!/bin/sh
1.3 ! nick 2: # $Id$
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.3 ! nick 10: automake --foreign
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>