mirror of https://github.com/OISF/suricata
switch from autojunk.sh to more standard autogen.sh
parent
260d0d7673
commit
62d307621a
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Run this to generate all the initial makefiles, etc.
|
||||
autoreconf -fv --install
|
||||
echo "You can now run \"./configure\" and then \"make\"."
|
||||
Loading…
Reference in New Issue