]> git.tuebingen.mpg.de Git - paraslash.git/commit - configure.ac
build: Add object "cmdline" suffix only once.
authorAndre Noll <maan@systemlinux.org>
Sun, 8 Sep 2013 01:10:56 +0000 (01:10 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 10:47:32 +0000 (11:47 +0100)
commit00381560b9726b1db7e135409c37364eed6c4fb6
tree454051fc80a5058902bb9daf65ad929cd7063099
parent3097e583cdfd2213b3c2e1c80c6aa78a37549f76
build: Add object "cmdline" suffix only once.

This is equivalent, but it is both simpler and less error-prone than
calling add_cmdline() for each check. Change all affected assignments
to the one-line-per-object format while we're at it.
configure.ac