From d8f8f055bdd69c9eb88d84405521180ddce2d718 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 19 Oct 2010 11:50:13 +0200 Subject: build: just use autoreconf This is the recommended way to regenerate the GNU build system files these days. Signed-off-by: Jan Engelhardt --- autogen.sh | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/autogen.sh b/autogen.sh index ccce4f0..72240f7 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 -- cgit v1.2.3