vgdb: Always check the result from asprintf and write calls
[valgrind.git] / autogen.sh
blob117462c7ffdc340972417c6793a9c1a17d65edee
1 #!/bin/sh
3 run ()
5 echo "running: $*"
6 eval $*
8 if test $? != 0 ; then
9 echo "error: while running '$*'"
10 exit 1
14 run aclocal
15 run autoheader
16 run automake -a
17 run autoconf