]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Check for autoreconf failure
authorFrancis Dupont <fdupont@isc.org>
Thu, 3 Nov 2016 09:00:20 +0000 (10:00 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 3 Nov 2016 09:00:20 +0000 (10:00 +0100)
config+lt

index 86af4bbfb00b87376d03a38440bccca8f4afebee..f1b93c0e61560b0e8fd60a952a3ca86aeb8e6753 100755 (executable)
--- a/config+lt
+++ b/config+lt
@@ -18,5 +18,9 @@
 
 cp configure.ac+lt configure.ac
 autoreconf -i
+if test $? -ne 0; then
+    echo autoreconf failed
+    exit $?
+fi
 echo Reconfiguring with "$@"
 ./configure "$@"