]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
autogen.sh: Use autoreconf as recommended in the autoconf manual
authorBart Van Assche <bvanassche@acm.org>
Sat, 22 Oct 2011 10:39:43 +0000 (10:39 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 22 Oct 2011 10:39:43 +0000 (10:39 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12195

autogen.sh

index 117462c7ffdc340972417c6793a9c1a17d65edee..a0703d739f16ab52f1181394b045844edcb721b9 100755 (executable)
@@ -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