]> git.ipfire.org Git - thirdparty/suricata.git/commit
build: remove autoconf.h from dist
authorJason Ish <jason.ish@oisf.net>
Thu, 15 Feb 2024 15:19:14 +0000 (09:19 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 20 Feb 2024 12:51:25 +0000 (13:51 +0100)
commitd526919cd7d9a005d4107dd5d0a044da44359b75
treee2ef6e9adff6b5ab8a3cbbee33b5b556bce7ebfe
parent2421b024f265cd3fdfcfc6becdfa2b44607e7412
build: remove autoconf.h from dist

We were including "autoconf.h" in our dist releases, however this file
is generated by ./configure. This can be problematic in out of tree
builds as the one included in the dist, not the generated one may be
used.

Also using "autoconf.h" instead of <autoconf.h> so it is searched for
relative to the file including it which is necessary if a library/plugin
does something like "#include "suricata/foo.h".
src/Makefile.am
src/suricata-common.h