Skip to content

Commit 016fd57

Browse files
author
bart
committed
autogen.sh: Use autoreconf as recommended in the autoconf manual
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12195 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent ecb3509 commit 016fd57

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

autogen.sh

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
11
#!/bin/sh
22

3-
run ()
4-
{
5-
echo "running: $*"
6-
eval $*
7-
8-
if test $? != 0 ; then
9-
echo "error: while running '$*'"
10-
exit 1
11-
fi
12-
}
13-
14-
run aclocal
15-
run autoheader
16-
run automake -a
17-
run autoconf
3+
autoreconf -ivf

0 commit comments

Comments
 (0)