bootstrap
author Johannes Stezenbach <js@sig21.net>
Mon Feb 13 21:10:06 2012 +0100 (2012-02-13)
changeset 2882 da77b5e7cb9f
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>
yann@2834
     1
#!/bin/sh
yann@2834
     2
set -e
yann@2834
     3
yann@2834
     4
printf "Running autoconf...\n"
yann@2834
     5
autoconf -Wall --force
yann@2834
     6
yann@2834
     7
printf "Done. You may now run:\n    ./configure\n"