summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2016-10-15 01:55:29 +0200
committerFrancis Dupont <fdupont@isc.org>2016-10-15 01:55:29 +0200
commit236c987c1af90bccece379ee0f85e8b9c2561c1f (patch)
treeb8d3dcad720e11913dfe0d52899978788122e763
parent01bd9f1c14002358b52be758898baa62745939a7 (diff)
downloadisc-dhcp-236c987c1af90bccece379ee0f85e8b9c2561c1f.tar.gz
added --disable-bind-install in DISTCHECK_LIBTOOL_CONFIGURE_FLAG
-rw-r--r--configure.ac+lt3
-rw-r--r--configure.ac-base3
2 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac+lt b/configure.ac+lt
index 7ae86622..b1edb6da 100644
--- a/configure.ac+lt
+++ b/configure.ac+lt
@@ -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)
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