From c8e39d6d298f921b8b510bb88bc210fb30f0bd10 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 7 Nov 2011 22:28:40 +0100 Subject: 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" --- bootstrap | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bootstrap (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap new file mode 100755 index 00000000..12608307 --- /dev/null +++ b/bootstrap @@ -0,0 +1,7 @@ +#!/bin/sh +set -e + +printf "Running autoconf...\n" +autoconf -Wall --force + +printf "Done. You may now run:\n ./configure\n" -- cgit v1.2.3