Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- autogen.sh | 20 +++----------------- 1 files changed, 3 insertions(+), 17 deletions(-) diff --git a/autogen.sh b/autogen.sh index b962504..ce22b64 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e include () { @@ -34,20 +34,6 @@ include () fi } -run () -{ - echo "running: $*" - eval $* - - if test $? != 0 ; then - echo "error: while running '$*'" - exit 1 - fi -} - [ "x$1" == "xdistrib" ] && include -run aclocal -#run autoheader -run libtoolize -f -run automake -a -run autoconf +autoreconf -fi +rm -Rf autom4te.cache -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html