jobs: If multiple jobs fail, save and print all the exceptions.
[goals.git] / autogen.sh
index cccde30..9d94d07 100755 (executable)
@@ -1,7 +1,7 @@
-autoreconf -i
+#!/bin/sh -
+
+set -e
 
-# Although we don't use automake, we have to run this in order to
-# create or regenerate install-sh (PR automake/546).
-automake --add-missing >/dev/null 2>&1 ||:
+autoreconf -i
 
 ./configure "$@"