mirror of https://github.com/OISF/suricata
adding autojunk.sh
parent
7aada782a4
commit
be5e5ffa5a
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# the list of commands that need to run before we do a compile
|
||||||
|
libtoolize --automake --copy
|
||||||
|
aclocal
|
||||||
|
autoheader
|
||||||
|
automake --add-missing --copy
|
||||||
|
autoconf
|
||||||
|
|
Loading…
Reference in New Issue