From cde7097ecaba08b50c5594137175e0e1e567f4c4 Mon Sep 17 00:00:00 2001 From: Jordan Rome Date: Mon, 15 Feb 2021 20:12:23 -0500 Subject: [PATCH] Update INSTALL.md to mention 'autoconf' 'autoconf' needs to be installed for './autogen.sh' to work. --- INSTALL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index adc72b82..14dacfa6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,7 +12,9 @@ that might work is: make make install -Note that documentation is built by the default target only when xsltproc is +Notes: + - "autoconf" needs to be installed + - Documentation is built by the default target only when xsltproc is available. Build will warn but not stop if the dependency is missing.