]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
build: quote autoconf macro arguments
authorJeremy Sowden <jeremy@azazel.net>
Sun, 14 Nov 2021 15:52:30 +0000 (15:52 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 15 Nov 2021 10:42:41 +0000 (11:42 +0100)
commita322152d105344912889c696cbc080bcbe751a33
tree1f66cb3a1b42458f498880b301f31eeb1a681082
parent846503676354f1a20ed495c5c66a59ee4a97af67
build: quote autoconf macro arguments

Arguments are supposed to be quoted in square brackets.  Fix several that
weren't.

Sort and reformat the `AC_OUTPUT_FILES` argument list while we're at it.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
configure.ac