autotools: error on autoreconf is an error

pull/15/merge
Eric Leblond 13 years ago committed by Victor Julien
parent adbf85c4a9
commit d492683aa4

@ -10,5 +10,5 @@ else
echo "Failed to find libtoolize or glibtoolize, please ensure it is installed and accessible via your PATH env variable"
exit 1
fi;
autoreconf -fv --install
autoreconf -fv --install || exit 1
echo "You can now run \"./configure\" and then \"make\"."

Loading…
Cancel
Save