]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
autotools: error on autoreconf is an error
authorEric Leblond <eric@regit.org>
Thu, 5 Jul 2012 21:24:38 +0000 (23:24 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 22 Aug 2012 07:17:40 +0000 (09:17 +0200)
autogen.sh

index b7a4df05c90725b872a04918c977b4a17b92a30a..bb9c26407b4e501c3637201459e89a64b232e7aa 100755 (executable)
@@ -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\"."