From: Jan Engelhardt Date: Tue, 19 Oct 2010 09:00:49 +0000 (+0200) Subject: build: just use autoreconf X-Git-Tag: v5.0-pre9~1^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d125e316b35a214559dd9877ebccc60b0e0f7f8;p=thirdparty%2Fipset.git build: just use autoreconf This is the recommended way to regenerate the GNU build system files these days. Signed-off-by: Jan Engelhardt --- diff --git a/autogen.sh b/autogen.sh index d65b0b70..72240f74 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,18 +1,4 @@ #!/bin/sh -run () -{ - echo "running: $*" - eval $* - - if test $? != 0 ; then - echo "error: while running '$*'" - exit 1 - fi -} - -run aclocal -run autoheader -run libtoolize -f -run automake -a -run autoconf +autoreconf -fi +rm -Rf autom4te.cache