]> git.tuebingen.mpg.de Git - paraslash.git/commit - m4/gengetopt/makefile
build: Insist on m4 being installed.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 12 May 2016 18:55:26 +0000 (20:55 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 15 May 2016 10:16:01 +0000 (12:16 +0200)
commit33ba8eb22b343a76c455bb240fbbfd3dc3063f11
treeea93959977c4fcf36735efe02fe666c33bd0d4bf
parentda06f6a311095df0b980c62bac40ce73b45b02a0
build: Insist on m4 being installed.

Unlike stated in the manual, m4 is not an optional package that is
only needed on developer machines to build the html version of the
manual. Rather, the m4 macro processor is an essential requirement
because the gengetopt input files are generated with m4 from their
templates in m4/gengetopt.

This patch moves the documentation item on m4 from the development
section of the manual to the list of required packages for building
the paraslash package. It also adds a check for the m4 executable
to configure.ac to let the generated configure script fail the build
early on systems where m4 is not installed.
Makefile.in
configure.ac
m4/gengetopt/makefile
web/manual.md