diff --git a/autogen.sh b/autogen.sh index d004e93a..2619803e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,7 @@ #! /bin/sh +set -e # exit on errors + # FIXME: can replace this entire script with # the following line if we can require autoconf 2.60: # autoreconf -v --force --install || exit 1