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>
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
-----