Fix autogen.sh to prevent reporting success if autoreconf failed
authorIvan Maidanski <ivmai@mail.ru>
Wed, 28 Mar 2012 15:14:25 +0000 (19:14 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 28 Mar 2012 15:14:25 +0000 (19:14 +0400)
commit531888d92a95916e18334359937dc6b818c48ea2
tree46d59aade7533b6ddb7492dee04b938736e4149e
parent1c24f099445e52ec864f6d3711f150506972434c
Fix autogen.sh to prevent reporting success if autoreconf failed

* autogen.sh: Add "set -e" command to abort script execution on
autoreconf failure (thus not printing "ready" in that case).
autogen.sh