From e2fe6f00dbede004e5c974782d73ff39e8423e2a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 22 Oct 2011 10:39:43 +0000 Subject: [PATCH] autogen.sh: Use autoreconf as recommended in the autoconf manual git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12195 --- autogen.sh | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/autogen.sh b/autogen.sh index 117462c7ff..a0703d739f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,17 +1,3 @@ #!/bin/sh -run () -{ - echo "running: $*" - eval $* - - if test $? != 0 ; then - echo "error: while running '$*'" - exit 1 - fi -} - -run aclocal -run autoheader -run automake -a -run autoconf +autoreconf -ivf -- 2.47.2