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

11 lines
221 B
Bash

#!/bin/sh
# the list of commands that need to run before we do a compile
aclocal --force -I m4
libtoolize --force --automake --copy
autoheader
automake --add-missing --copy
autoconf
cd libhtp/
autoreconf -i --force
cd ..