bootstrap
author Thomas De Schampheleire <patrickdepinguin@gmail.com>
Wed Jul 17 08:25:42 2013 +0200 (2013-07-17)
changeset 3224 4e9c41579ebd
permissions -rwxr-xr-x
docs: fix typos in manpage

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Message-Id: <62dedb0618a46bf0743f.1374042342@BEANTN0L019720>
Patchwork-Id: 259600
     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"