Add --enable-libbind
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: Makefile.in,v 1.39 2001/06/28 02:30:29 marka Exp $
|
||||
# $Id: Makefile.in,v 1.40 2001/07/04 03:37:43 marka Exp $
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
@@ -21,7 +21,7 @@ top_srcdir = @top_srcdir@
|
||||
|
||||
@BIND9_VERSION@
|
||||
|
||||
SUBDIRS = make lib bin doc lib/bind
|
||||
SUBDIRS = make lib bin doc @LIBBIND@
|
||||
TARGETS =
|
||||
|
||||
@BIND9_MAKE_RULES@
|
||||
|
||||
17
configure.in
17
configure.in
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
|
||||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||
AC_DIVERT_POP()dnl
|
||||
|
||||
AC_REVISION($Revision: 1.266 $)
|
||||
AC_REVISION($Revision: 1.267 $)
|
||||
|
||||
AC_INIT(lib/dns/name.c)
|
||||
AC_PREREQ(2.13)
|
||||
@@ -831,6 +831,21 @@ AC_SUBST(A)
|
||||
AC_SUBST(SA)
|
||||
AC_SUBST(LIBTOOL_MKDEP_SED)
|
||||
|
||||
#
|
||||
# build libbind?
|
||||
#
|
||||
AC_ARG_ENABLE(libbind,
|
||||
[ --enable-libbind build libbind [default=no]])
|
||||
|
||||
case "$enable_libbind" in
|
||||
yes)
|
||||
LIBBIND=lib/bind
|
||||
AC_SUBST(LIBBIND)
|
||||
;;
|
||||
no|'')
|
||||
;;
|
||||
esac
|
||||
|
||||
#
|
||||
# Here begins a very long section to determine the system's networking
|
||||
# capabilities. The order of the tests is signficant.
|
||||
|
||||
Reference in New Issue
Block a user