removed bin/lwresd directory from distribution

This commit is contained in:
Andreas Gustafsson
2000-06-26 23:03:03 +00:00
parent a7d4703552
commit e91cd8b6ce
4 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
# $Id: Makefile.in,v 1.22 2000/06/26 18:14:04 explorer Exp $
# $Id: Makefile.in,v 1.23 2000/06/26 23:01:08 gson Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -27,9 +27,10 @@ DISTFILES = CHANGES Makefile.in README \
acconfig.h aclocal.m4 config.guess config.h.in config.h.win32 \
config.status.win32 config.sub configure configure.in \
install-sh libtool.m4 ltconfig ltmain.sh \
bin lib make contrib \
lib make contrib \
version
DOCDIRS = arm draft misc rfc
DOCDISTFILES = arm draft misc rfc
BINDISTFILES = Makefile.in dig dnssec named nsupdate rndc tests
@BIND9_MAKE_RULES@
@@ -45,8 +46,10 @@ kit: kitclean
mkdir bind-${VERSION}
@(cd bind-${VERSION}; for i in ${DISTFILES}; do ln -s ../$$i $$i; done)
mkdir bind-${VERSION}/doc
@(cd bind-${VERSION}/doc; for i in ${DOCDIRS}; do \
@(cd bind-${VERSION}/doc; for i in ${DOCDISTFILES}; do \
ln -s ../../doc/$$i $$i; done)
@(cd bind-${VERSION}/bin; for i in ${BINDISTFILES}; do \
ln -s ../../bin/$$i $$i; done)
gtar -c -v -z -h --exclude '*CVS*' -f bind-${VERSION}.tar.gz \
bind-${VERSION}
rm -rf bind-${VERSION}

View File

@@ -13,13 +13,13 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
# $Id: Makefile.in,v 1.15 2000/06/22 21:48:58 tale Exp $
# $Id: Makefile.in,v 1.16 2000/06/26 23:01:12 gson Exp $
srcdir = @srcdir@
VPATH = @srcdir@
top_srcdir = @top_srcdir@
SUBDIRS = named lwresd rndc dig dnssec tests
SUBDIRS = named rndc dig dnssec tests
TARGETS =
@BIND9_MAKE_RULES@

4
configure vendored
View File

@@ -15,7 +15,7 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
# From configure.in Revision: 1.164
# From configure.in Revision: 1.166
## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
## Copyright (C) 1996-1999 Free Software Foundation, Inc.
@@ -4441,7 +4441,6 @@ trap 'rm -fr `echo "make/rules
bin/Makefile
bin/named/Makefile
bin/named/unix/Makefile
bin/lwresd/Makefile
bin/rndc/Makefile
bin/dig/Makefile
bin/nsupdate/Makefile
@@ -4679,7 +4678,6 @@ CONFIG_FILES=\${CONFIG_FILES-"make/rules
bin/Makefile
bin/named/Makefile
bin/named/unix/Makefile
bin/lwresd/Makefile
bin/rndc/Makefile
bin/dig/Makefile
bin/nsupdate/Makefile

View File

@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.165 $)
AC_REVISION($Revision: 1.166 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.13)
@@ -1044,7 +1044,6 @@ AC_OUTPUT(
bin/Makefile
bin/named/Makefile
bin/named/unix/Makefile
bin/lwresd/Makefile
bin/rndc/Makefile
bin/dig/Makefile
bin/nsupdate/Makefile