From: Francis Dupont Date: Thu, 3 Nov 2016 09:00:20 +0000 (+0100) Subject: Check for autoreconf failure X-Git-Tag: v4_4_0b1_f1~115^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0dc4614c96e0a27ac41323cb2fb67dd9efe0a2c4;p=thirdparty%2Fdhcp.git Check for autoreconf failure --- diff --git a/config+lt b/config+lt index 86af4bbfb..f1b93c0e6 100755 --- 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 "$@"