2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 22:05:23 +00:00

Merged rt43546 (not installed libtool loops)

This commit is contained in:
Francis Dupont
2017-02-15 15:50:41 +01:00

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