Files
xtables-addons/autogen.sh
Jan Engelhardt 7a981b17b5 Initial commit.
Populate the iptables-addons repository with two modules, xt_TARPIT
and xt_TEE, as a starting point.

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
2008-01-29 03:57:08 +01:00

5 lines
53 B
Bash
Executable File

#!/bin/bash
autoreconf -fi;
rm -Rf autom4te*.cache;