]> git.ipfire.org Git - thirdparty/suricata.git/commit
build: use expanded localstatedir for #define 12625/head
authorJason Ish <jason.ish@oisf.net>
Tue, 18 Feb 2025 21:15:43 +0000 (15:15 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 19 Feb 2025 08:21:38 +0000 (09:21 +0100)
commit6fc617c65238243241f3765b9e8ead3af58fb5ad
treeb33ec264bea2d7d41b6df5d8329a45e56a274a45
parentae0018173637a3db10be303b52e779357e37ce69
build: use expanded localstatedir for #define

Use the expanded form of localstatedir in autoconf.h instead of the
unexpanded one, the difference being:

    #define LOCAL_STATE_DIR "${prefix}/var"

and

    #define LOCAL_STATE_DIR "/usr/local/var"

assuming default ./configure arguments.

Fixes commit b6a610df2669336756c67f77eb857b190b77770a.
configure.ac