This commit is contained in:
Michael Graff
1999-01-19 19:43:25 +00:00
parent f7b99290c3
commit 690a68b811
3 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ srcdir = @srcdir@
VPATH = @srcdir@
top_srcdir = @top_srcdir@
SUBDIRS = tests server
SUBDIRS = tests named
TARGETS =
@BIND9_MAKE_RULES@

6
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# From configure.in Revision: 1.7
# From configure.in Revision: 1.8
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12
@@ -1635,7 +1635,7 @@ trap 'rm -fr `echo "make/rules
lib/dns/include/dns/Makefile
bin/Makefile
bin/tests/Makefile
bin/server/Makefile
bin/named/Makefile
config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@@ -1743,7 +1743,7 @@ CONFIG_FILES=\${CONFIG_FILES-"make/rules
lib/dns/include/dns/Makefile
bin/Makefile
bin/tests/Makefile
bin/server/Makefile
bin/named/Makefile
"}
EOF
cat >> $CONFIG_STATUS <<\EOF

View File

@@ -1,5 +1,5 @@
AC_REVISION($Revision: 1.8 $)
AC_REVISION($Revision: 1.9 $)
AC_INIT(lib/dns/name.c)
AC_CONFIG_HEADER(config.h)
@@ -78,5 +78,5 @@ AC_OUTPUT(
lib/dns/include/dns/Makefile
bin/Makefile
bin/tests/Makefile
bin/server/Makefile
bin/named/Makefile
)