bootstrap
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Fri Jan 03 00:13:15 2014 +0100 (2014-01-03)
changeset 3267 8e2077dfc250
permissions -rwxr-xr-x
scripts: do not allow commas in directories, it breaks things

The comma is used by the autotools as separator in many sed expressions,
which break if a directory contains commas.

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"