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.
suricata/autojunk.sh

9 lines
161 B
Bash

#!/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