README: update the building section
authorBartosz Golaszewski <bartekgola@gmail.com>
Thu, 22 Jun 2017 18:42:11 +0000 (20:42 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Thu, 22 Jun 2017 18:43:41 +0000 (20:43 +0200)
Commit 6876721f7407 ("build: use a more standard autogen.sh") made
the supplied autogen execute ./configure unless the NOCONFIGURE
environment variable is set. Reflect that in the README file.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
README.md

index af4063aad4fcc5d8eea1f9c584376ee0514df95f..9029b025a33bdabd70ef00f657dcbeea05a4bdf6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,11 +37,13 @@ API definitions.
 
 To build the project (including command-line utilities) run:
 
-    ./autogen.sh
-    ./configure --enable-tools=yes --prefix=<install path>
+    ./autogen.sh --enable-tools=yes --prefix=<install path>
     make
     make install
 
+The autogen script will execute ./configure and pass all the command-line
+arguments to it.
+
 TOOLS
 -----