]> granicus.if.org Git - gc/commitdiff
Fix autogen.sh to prevent reporting success if autoreconf failed
authorIvan Maidanski <ivmai@mail.ru>
Wed, 28 Mar 2012 15:16:07 +0000 (19:16 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 28 Mar 2012 15:16:07 +0000 (19:16 +0400)
* autogen.sh: Add "set -e" command to abort script execution on
autoreconf failure (thus not printing "ready" in that case).

autogen.sh

index 2a4593e8836e31bd55d5b767f557d56d0d4eb277..98b91da932e92634e02289e42428ad26c445b4e2 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+set -e
 
 # This script creates (or regenerates) configure (as well as aclocal.m4,
 # config.h.in, Makefile.in, etc.) missing in the source repository.