bootstrap
author Johannes Stezenbach <js@sig21.net>
Mon Feb 13 21:10:06 2012 +0100 (2012-02-13)
branch1.14
changeset 2914 9362b3751bbc
permissions -rwxr-xr-x
docs/known-issues: add note about build issue on x86_64 with 32bit userspace

Signed-off-by: Johannes Stezenbach <js@sig21.net>
(transplanted from da77b5e7cb9f921d0e2a22818b7945906100e704)
     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"