]> git.proxmox.com Git - mirror_lxc.git/blobdiff - INSTALL
spelling: subtracting
[mirror_lxc.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 5458714e1e2cb289572992ad92eceffc848f64d6..aad60719918a214ee1ff2885be6c244597b01643 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -10,8 +10,8 @@ unlimited permission to copy, distribute and modify it.
 Basic Installation
 ==================
 
-Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
+Briefly, the shell commands `./autogen.sh; ./configure; make; make install'
+should configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
 instructions specific to this package.
 
@@ -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.