[svn] commit: r2956 - in /branches/bind10-20100917-release: configure.ac src/bin/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Sep 16 22:15:22 UTC 2010
Author: jreed
Date: Thu Sep 16 22:15:22 2010
New Revision: 2956
Log:
Remove "host" from build (and tarball).
And update version.
Modified:
branches/bind10-20100917-release/configure.ac
branches/bind10-20100917-release/src/bin/Makefile.am
Modified: branches/bind10-20100917-release/configure.ac
==============================================================================
--- branches/bind10-20100917-release/configure.ac (original)
+++ branches/bind10-20100917-release/configure.ac Thu Sep 16 22:15:22 2010
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.59])
-AC_INIT(bind10-devel, 20100701, bind10-dev at isc.org)
+AC_INIT(bind10-devel, 20100917, bind10-dev at isc.org)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])
@@ -415,7 +415,6 @@
src/bin/bindctl/tests/Makefile
src/bin/cfgmgr/Makefile
src/bin/cfgmgr/tests/Makefile
- src/bin/host/Makefile
src/bin/loadzone/Makefile
src/bin/loadzone/tests/correct/Makefile
src/bin/loadzone/tests/error/Makefile
Modified: branches/bind10-20100917-release/src/bin/Makefile.am
==============================================================================
--- branches/bind10-20100917-release/src/bin/Makefile.am (original)
+++ branches/bind10-20100917-release/src/bin/Makefile.am Thu Sep 16 22:15:22 2010
@@ -1,1 +1,1 @@
-SUBDIRS = bind10 bindctl cfgmgr loadzone msgq host cmdctl auth xfrin xfrout usermgr zonemgr
+SUBDIRS = bind10 bindctl cfgmgr loadzone msgq cmdctl auth xfrin xfrout usermgr zonemgr
More information about the bind10-changes
mailing list