bootstrap
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Sat May 05 23:04:21 2012 +0200 (2012-05-05)
branch1.15
changeset 2962 073a24df8852
permissions -rwxr-xr-x
configure: we do not require curl, but wget.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
(transplanted from d84ae99556cd948350c086628a5e163e6b464e00)
     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"