summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2008-01-18 14:32:12 +0900
committerSimon Horman <horms@verge.net.au>2008-01-18 14:32:12 +0900
commit956e3295b400a5d1ea3535602ed25d7866412110 (patch)
tree463eaaddba780cf3a8907f13b5f27f887ab7a985 /INSTALL
parent34d679b268a9ce6d334197b69392f85f46a996b9 (diff)
Subject: [doc] Add documentation on creating include/config.h.in to INSTALL
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 13 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 0aba5b6..e422868 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,14 +1,23 @@
To build kexec-tools
-1. If ./configure deosn't exist, create it
+1. If ./include/config.h.in doesn't exist, create it
- # autoconf
+ # autoheader
If you obtain kexec-tools from a released tarball, you can ommit this
step. If on the other hand you obtain kexec-tools from git or some
other revision control system, then you will probably need to do this.
-2. Run ./configure [--prefix=/usr/local] [options]...
+2. If ./configure deosn't exist, create it
+
+ # autoconf
+
+ As per ./include/config.h.in, if you obtain kexec-tools from a released
+ tarball, you can ommit this step. If on the other hand you obtain
+ kexec-tools from git or some other revision control system, then you
+ will probably need to do this.
+
+3. Run ./configure [--prefix=/usr/local] [options]...
e.g.
# ./configure --prefix=/usr/local
@@ -17,7 +26,7 @@ To build kexec-tools
# ./configure --help
-3. Run make
+4. Run make
# make