bootstrap
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Sun May 11 18:42:30 2014 +0200 (2014-05-11)
changeset 3316 42590ff8521c
permissions -rwxr-xr-x
binutils/binutils: do not forget to extract elf2flt

In case we're using a custom (aka local) binutils source, we still
need to extract and patch elf2flt.

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