diff -r 000000000000 -r 60f5ceb1b413 bootstrap --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bootstrap Mon Jan 02 21:38:12 2012 +0100 @@ -0,0 +1,7 @@ +#!/bin/sh +set -e + +printf "Running autoconf...\n" +autoconf -Wall --force + +printf "Done. You may now run:\n ./configure\n"