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" --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index ca6692b3..623d5f67 100644 --- a/README +++ b/README @@ -2,7 +2,11 @@ This is the README for crosstool-NG Crosstool-NG follows the autoconf dance. So, to get you kick-started, just run: - ./configure --help + ./configure --help + +If you are using a development snapshot, you'll have to +create the configure script, first. Just run: + ./bootstrap You will find the documentation in the directory 'docs'. Here is a quick overview of what you'll find there: -- cgit v1.2.3