Update INSTALL.md to mention 'autoconf'

'autoconf' needs to be installed for './autogen.sh' to work.
This commit is contained in:
Jordan Rome 2021-02-15 20:12:23 -05:00 committed by David Goldblatt
parent a11be50332
commit cde7097eca

View File

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