From b762371aaa73059147bdc28d441df48a6bd54b17 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 22 Jun 2017 20:42:11 +0200 Subject: [PATCH] README: update the building section 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 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af4063a..9029b02 100644 --- 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= + ./autogen.sh --enable-tools=yes --prefix= make make install +The autogen script will execute ./configure and pass all the command-line +arguments to it. + TOOLS ----- -- 2.30.2