bootstrap
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Wed Feb 01 00:10:59 2012 +0100 (2012-02-01)
changeset 2861 3b8192272c2f
permissions -rwxr-xr-x
samples: update before release

Update all samples to reflect the new set of options, plus:
- remove the arm-iphone-linux-gnueabi sample (obsolete...)
- disable hard-float in ARM bare-metal samples.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.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"