bootstrap
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Fri Nov 09 18:22:31 2012 +0100 (2012-11-09)
changeset 3105 cfb1783d4cb8
permissions -rwxr-xr-x
samples: update samples for release

Refresh all samples against the new set of options, to be
sure they all build OK, before we can do the release.

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"