Index: autogen.sh ================================================================== --- autogen.sh +++ autogen.sh @@ -67,9 +67,13 @@ else mv aclocal.m4.new aclocal.m4 fi automake --add-missing --copy --force-missing >/dev/null 2>/dev/null +if ! [ -f install-sh -o -f install.sh -o -f shtool ]; then + echo "automake failed" >&2 + exit 1 +fi autoconf rm -rf autom4te.cache