mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 05:47:45 +00:00
added --disable-bind-install in DISTCHECK_LIBTOOL_CONFIGURE_FLAG
This commit is contained in:
parent
01bd9f1c14
commit
236c987c1a
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user