@@ -10,9 +10,9 @@ autoconf; autoheader rm -rf autom4te.cache rm -f *~ - ./configure + ./configure || exit 1 make distclean -) +) || exit 1