Diff for /froggix/autogen.sh between versions 1.2 and 1.4

version 1.2, 2009/03/27 19:50:44 version 1.4, 2009/03/28 03:59:07
Line 1 Line 1
 #!/bin/sh  #!/bin/sh
 #$Id$  # $Id$
   
   # 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  aclocal
 automake --foreign --add-missing  automake --foreign --add-missing
 autoconf  autoconf
   
   # Run configure for this platform
   #./configure $*
   echo "Now you are ready to run ./configure"

Removed from v.1.2  
changed lines
  Added in v.1.4


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