bootstrap
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Tue Oct 30 00:30:47 2012 +0100 (2012-10-30)
changeset 3093 f5af323f7805
permissions -rwxr-xr-x
cc/gcc: remove svn source

Since we now have the opportunity to use a custom local directory/tarball
as the source for gcc, it no longer makes sense to retrieve gcc ourselves
from its subversion repository.

Cc: Bryan Hundven <bryanhundven@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 #!/bin/sh
     2 set -e
     3 
     4 printf "Running autoconf...\n"
     5 autoconf -Wall --force
     6 
     7 printf "Done. You may now run:\n    ./configure\n"