typo
This commit is contained in:
@@ -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
6
configure
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user