From 94af033e583b1b6e633f332bd0fd223e63940e70 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Thu, 3 Jun 2021 18:16:31 +0200 Subject: [PATCH] INSTALL: Don't make the user run configure twice autogen.sh will automatically invoke configure passing it any command line arguments it received, so we shouldn't instruct the user to unnecessarily run it again immediately afterwards. Signed-off-by: Andrea Bolognani --- INSTALL | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index d314cc5..e892d41 100644 --- a/INSTALL +++ b/INSTALL @@ -46,8 +46,7 @@ On Ubuntu use the following command: Use the following sequence to build and install the Software TPM. -./autogen.sh -./configure --prefix=/usr +./autogen.sh --prefix=/usr make make check make install @@ -56,7 +55,6 @@ make install To build an rpm on a Fedora or RHEL host do: ./autogen.sh -./configure make dist mkdir -p ~/rpmbuild/SOURCES cp swtpm-0.x.y-tar.gz ~/rpmbuild/SOURCES -- 2.39.5