mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
generate util/Makefile
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -15,7 +15,7 @@
|
|||||||
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
# From configure.in Revision: 1.159
|
# From configure.in Revision: 1.161
|
||||||
|
|
||||||
## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
|
## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
|
||||||
## Copyright (C) 1996-1999 Free Software Foundation, Inc.
|
## Copyright (C) 1996-1999 Free Software Foundation, Inc.
|
||||||
@@ -4449,6 +4449,7 @@ trap 'rm -fr `echo "make/rules
|
|||||||
bin/tests/system/lwresd/Makefile
|
bin/tests/system/lwresd/Makefile
|
||||||
bin/tests/headerdep_test.sh
|
bin/tests/headerdep_test.sh
|
||||||
bin/dnssec/Makefile
|
bin/dnssec/Makefile
|
||||||
|
util/Makefile
|
||||||
util/conf.sh
|
util/conf.sh
|
||||||
config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
||||||
EOF
|
EOF
|
||||||
@@ -4685,6 +4686,7 @@ CONFIG_FILES=\${CONFIG_FILES-"make/rules
|
|||||||
bin/tests/system/lwresd/Makefile
|
bin/tests/system/lwresd/Makefile
|
||||||
bin/tests/headerdep_test.sh
|
bin/tests/headerdep_test.sh
|
||||||
bin/dnssec/Makefile
|
bin/dnssec/Makefile
|
||||||
|
util/Makefile
|
||||||
util/conf.sh
|
util/conf.sh
|
||||||
"}
|
"}
|
||||||
EOF
|
EOF
|
||||||
|
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
|
|||||||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||||
AC_DIVERT_POP()dnl
|
AC_DIVERT_POP()dnl
|
||||||
|
|
||||||
AC_REVISION($Revision: 1.160 $)
|
AC_REVISION($Revision: 1.161 $)
|
||||||
|
|
||||||
AC_INIT(lib/dns/name.c)
|
AC_INIT(lib/dns/name.c)
|
||||||
AC_PREREQ(2.13)
|
AC_PREREQ(2.13)
|
||||||
@@ -1052,5 +1052,6 @@ AC_OUTPUT(
|
|||||||
bin/tests/system/lwresd/Makefile
|
bin/tests/system/lwresd/Makefile
|
||||||
bin/tests/headerdep_test.sh
|
bin/tests/headerdep_test.sh
|
||||||
bin/dnssec/Makefile
|
bin/dnssec/Makefile
|
||||||
|
util/Makefile
|
||||||
util/conf.sh
|
util/conf.sh
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user