2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 21:38:10 +00:00

added --disable-bind-install in DISTCHECK_LIBTOOL_CONFIGURE_FLAG

This commit is contained in:
Francis Dupont 2016-10-15 01:55:29 +02:00
parent 01bd9f1c14
commit 236c987c1a
2 changed files with 4 additions and 2 deletions

View File

@ -849,7 +849,8 @@ fi
DHLIBS=LTLIBRARIES
A=la
BINDLT="--with-libtool --disable-symtable"
DISTCHECK_LIBTOOL_CONFIGURE_FLAG="--enable-libtool"
# BIND does not provide uninstall
DISTCHECK_LIBTOOL_CONFIGURE_FLAG="--enable-libtool --disable-bind-install"
AC_SUBST(DHLIBS)

View File

@ -862,7 +862,8 @@ fi
DHLIBS=LTLIBRARIES
A=la
BINDLT="--with-libtool --disable-symtable"
DISTCHECK_LIBTOOL_CONFIGURE_FLAG="--enable-libtool"
# BIND does not provide uninstall
DISTCHECK_LIBTOOL_CONFIGURE_FLAG="--enable-libtool --disable-bind-install"
@END WITH LIBTOOL
@BEGIN WITHOUT LIBTOOL