2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 01:49:35 +00:00

Check for autoreconf failure

This commit is contained in:
Francis Dupont 2016-11-03 10:00:20 +01:00
parent e4dcd805cc
commit 0dc4614c96

View File

@ -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 "$@"