bootstrap
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Nov 07 22:28:40 2011 +0100 (2011-11-07)
changeset 2834 0a0410dd0cb0
permissions -rwxr-xr-x
configure: use autoconf to generate configure

Create configure.ac, an autoconf script to generate ./configure
This will be needed by a subsequent patch to properly handle
--build and --host, and more tests, when the kconfig stuff will
be installed pre-built.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.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"