]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
added --disable-bind-install in DISTCHECK_LIBTOOL_CONFIGURE_FLAG
authorFrancis Dupont <fdupont@isc.org>
Fri, 14 Oct 2016 23:55:29 +0000 (01:55 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 14 Oct 2016 23:55:29 +0000 (01:55 +0200)
configure.ac+lt
configure.ac-base

index 7ae866223638053311e18c2e7c24bbc1316e7419..b1edb6dabeb4f5d98e9a2096fcd3f1713471dafb 100644 (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)
index 85d88c9f46c92cc48037e4bfa9f3f5237b84aea9..6bd236cebe60da4b7524e0d9d18e1ea972fd3dca 100644 (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