bootstrap
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Sat May 10 12:33:37 2014 +0200 (2014-05-10)
changeset 3308 b571b3566915
permissions -rwxr-xr-x
scripts: remove references to curl

It's been a while we're not using curl anymore.

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"