summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-11-07 21:28:40 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-11-07 21:28:40 (GMT)
commitc8e39d6d298f921b8b510bb88bc210fb30f0bd10 (patch)
treeb5a3a68b1d64d667c19031530084a22479938962 /README
parentc3c8a70767e9e3b2d4bda3d43f2fbb646c1ed0b3 (diff)
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>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index ca6692b..623d5f6 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: