From 1d125e316b35a214559dd9877ebccc60b0e0f7f8 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 19 Oct 2010 11:00:49 +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(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index d65b0b7..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