mirror of https://github.com/OISF/suricata
python: fixes for out of tree build
Autoconf/automake and python setup.py don't play that well together with out of tree builds. Makes suricatasc not an autoconf input file, instead use the defaults module that is already being created. In the case of an out of tree build, copy the generated defaults.py to the build directory manually.pull/3384/head
parent
4f48927c44
commit
7e06e765f3
@ -1,2 +1,3 @@
|
||||
sysconfdir = "@e_sysconfdir@"
|
||||
datarulesdir = "@e_datarulesdir@"
|
||||
localstatedir = "@e_localstatedir@"
|
||||
|
Loading…
Reference in New Issue