mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
161 B
Bash
9 lines
161 B
Bash
17 years ago
|
#!/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
|
||
|
|