From 236c987c1af90bccece379ee0f85e8b9c2561c1f Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 15 Oct 2016 01:55:29 +0200 Subject: added --disable-bind-install in DISTCHECK_LIBTOOL_CONFIGURE_FLAG --- configure.ac-base | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac-base') diff --git a/configure.ac-base b/configure.ac-base index 85d88c9f..6bd236ce 100644 --- a/configure.ac-base +++ b/configure.ac-base @@ -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 -- cgit v1.2.1