Index: extensions/libct_proto_icmp.c =================================================================== --- extensions/libct_proto_icmp.c (revision 4307) +++ extensions/libct_proto_icmp.c (working copy) @@ -15,9 +15,9 @@ #include "libct_proto.h" static struct option opts[] = { - {"--icmp-type", 1, 0, '1'}, - {"--icmp-code", 1, 0, '2'}, - {"--icmp-id", 1, 0, '3'}, + {"icmp-type", 1, 0, '1'}, + {"icmp-code", 1, 0, '2'}, + {"icmp-id", 1, 0, '3'}, {0, 0, 0, 0} }; Index: autogen.sh =================================================================== --- autogen.sh (revision 0) +++ autogen.sh (revision 0) @@ -0,0 +1,17 @@ +#!/bin/sh + +run () +{ + echo "running: $*" + eval $* + + if test $? != 0 ; then + echo "error: while running '$*'" + exit 1 + fi +} + +run aclocal-1.6 +#run autoheader +run automake-1.6 -a +run autoconf Property changes on: autogen.sh ___________________________________________________________________ Name: svn:executable + *