aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@free.fr>2010-05-10 11:50:09 +0200
committerDaniel Lezcano <dlezcano@fr.ibm.com>2010-05-10 11:50:09 +0200
commit2f462f4b9bc89958c53741239a6c6955f4f34120 (patch)
tree93cf09d2480bf8286b08f1dbbdd739ad7af2501e /INSTALL
parentfactor out pivot_root code (diff)
downloadlxc-2f462f4b9bc89958c53741239a6c6955f4f34120.tar.gz
lxc-2f462f4b9bc89958c53741239a6c6955f4f34120.tar.bz2
lxc-2f462f4b9bc89958c53741239a6c6955f4f34120.zip
update INSTALL file
"lxc configure does not exist. You need to run ./autogen.sh to create it. I think it needs to either be documented in INSTALL or you provide ./configure" Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> Reported-by: Jamal Hadi Salim <hadi@cyberus.ca>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 5458714..4f3847c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -44,6 +44,11 @@ of `autoconf'.
The simplest way to compile this package is:
+ 0. If the sources are not coming from a package maintainer and the
+ 'configure' file does not exist, you should run './autogen.sh' in
+ the directory containing the package's source code in order to
+ generate the 'configure' file from the 'configure.ac' file.
+
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system.