From: 2*yo Date: Tue, 16 Jul 2019 11:10:40 +0000 (+0200) Subject: Mention that ./autogen.sh is needeed to be run if you check out the sources from git X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c56cb040ed3b1c1169e2de18f7c69c856fb7b2d;p=linux-pam Mention that ./autogen.sh is needeed to be run if you check out the sources from git --- diff --git a/README b/README index 994dd95a..8f47bf81 100644 --- a/README +++ b/README @@ -7,6 +7,13 @@ NOTES: How to use it is as follows: +If you check out the sources from git, install Autotools and generate +configuration scripts: + + ./autogen.sh + +Then compile: + ./configure --help | less ./configure make