--- froggix/autogen.sh 2009/03/28 03:52:29 1.3 +++ froggix/autogen.sh 2009/03/28 03:59:07 1.4 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: autogen.sh,v 1.3 2009/03/28 03:52:29 nick Exp $ +# $Id: autogen.sh,v 1.4 2009/03/28 03:59:07 nick Exp $ # Remove any previously created cache files test -w config.cache && rm config.cache @@ -7,7 +7,7 @@ test -w config.cross.cache && rm config. # Regenerate configuration files aclocal -automake --foreign +automake --foreign --add-missing autoconf # Run configure for this platform