From: Bart Van Assche Date: Sat, 22 Oct 2011 10:39:43 +0000 (+0000) Subject: autogen.sh: Use autoreconf as recommended in the autoconf manual X-Git-Tag: svn/VALGRIND_3_7_0~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2fe6f00dbede004e5c974782d73ff39e8423e2a;p=thirdparty%2Fvalgrind.git autogen.sh: Use autoreconf as recommended in the autoconf manual git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12195 --- 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