@@ -1,4 +1,5 @@ #!/bin/sh -aclocal -I m4 || exit 1 -autoconf || exit 1 -autoheader || exit 1 +set -e +aclocal -I m4 +autoconf +autoheader