]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Replace $extras by per-executable variable.
authorAndre Noll <maan@systemlinux.org>
Thu, 29 Aug 2013 20:35:54 +0000 (20:35 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 10:40:58 +0000 (11:40 +0100)
commit4ec04c614fc2e835a2d106ee61482ba0c729f5e6
treed76577c28f58426d3bd8904e1fa38bb5c4817bae
parent39707e351f94fe8c903f2e0629d7d0427ff12efe
build: Replace $extras by per-executable variable.

This changes the summary at the end of the configure script to
output one line per optional executable rather than to list all
optional executables in a single line.

The new build_xxx variables are also useful to compute the set of
all $all_errlist_objects at a single location, which will be done
in a subsequent patch.
configure.ac