2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

4425. [bug] arpaname and dnstap-read were not being installed

into ${prefix}/bin.  Tidy up installation issues
                        with CHANGE 4421. [RT #42910]
This commit is contained in:
Mark Andrews
2016-07-26 06:51:36 +10:00
parent c854d9c7a8
commit 711aff9fa7
4 changed files with 17 additions and 44 deletions

View File

@@ -1,3 +1,7 @@
4425. [bug] arpaname and dnstap-read were not being installed
into ${prefix}/bin. Tidy up installation issues
with CHANGE 4421. [RT #42910]
4424. [experimental] Named now sends _ta-XXXX.<trust-anchor>/NULL queries 4424. [experimental] Named now sends _ta-XXXX.<trust-anchor>/NULL queries
to provide feedback to the trust-anchor administrators to provide feedback to the trust-anchor administrators
about how key rollovers are progressing as per about how key rollovers are progressing as per

View File

@@ -49,16 +49,14 @@ SRCS = arpaname.c named-journalprint.c named-rrchecker.c \
nsec3hash.c genrandom.c isc-hmac-fixup.c mdig.c \ nsec3hash.c genrandom.c isc-hmac-fixup.c mdig.c \
@DNSTAPSRCS@ @NZDSRCS@ @DNSTAPSRCS@ @NZDSRCS@
DNSTAPMAN = dnstap-read.1 MANPAGES = arpaname.1 dnstap-read.1 genrandom.8 \
NZDMAN = named-nzd2nzf.8 isc-hmac-fixup.8 mdig.1 named-journalprint.8 \
MANPAGES = arpaname.1 named-journalprint.8 named-rrchecker.1 nsec3hash.8 \ named-nzd2nzf.8 named-rrchecker.1 nsec3hash.8
genrandom.8 isc-hmac-fixup.8 mdig.1 @DNSTAPMAN@ @NZDMAN@
HTMLPAGES = arpaname.html dnstap-read.html genrandom.html \
isc-hmac-fixup.html mdig.html named-journalprint.html \
named-nzd2nzf.html named-rrchecker.html nsec3hash.html
DNSTAPHTML = dnstap-read.html
NZDHTML = named-nzd2nzf.html
HTMLPAGES = arpaname.html named-journalprint.html named-rrchecker.html \
nsec3hash.html genrandom.html isc-hmac-fixup.html \
mdig.html @DNSTAPHTML@ @NZDHTML@
MANOBJS = ${MANPAGES} ${HTMLPAGES} MANOBJS = ${MANPAGES} ${HTMLPAGES}
@BIND9_MAKE_RULES@ @BIND9_MAKE_RULES@
@@ -112,6 +110,7 @@ docclean manclean maintainer-clean::
rm -f ${MANOBJS} rm -f ${MANOBJS}
installdirs: installdirs:
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir}
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${sbindir} $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${sbindir}
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1 $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man8 $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man8
@@ -119,20 +118,20 @@ installdirs:
nzd: nzd:
${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named-nzd2nzf@EXEEXT@ \ ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named-nzd2nzf@EXEEXT@ \
${DESTDIR}${sbindir} ${DESTDIR}${sbindir}
${INSTALL_DATA} ${srcdir}/named-nzd2nzf.8 ${DESTDIR}${mandir}/man8
dnstap: dnstap:
${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} dnstap-read@EXEEXT@ \ ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} dnstap-read@EXEEXT@ \
${DESTDIR}${sbindir} ${DESTDIR}${bindir}
${INSTALL_DATA} ${srcdir}/dnstap-read.1 ${DESTDIR}${mandir}/man1
install:: ${TARGETS} @DNSTAP@ @NZD_TOOLS@ installdirs install:: ${TARGETS} installdirs @DNSTAP@ @NZD_TOOLS@
${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} arpaname@EXEEXT@ \ ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} arpaname@EXEEXT@ \
${DESTDIR}${sbindir} ${DESTDIR}${bindir}
${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named-journalprint@EXEEXT@ \ ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named-journalprint@EXEEXT@ \
${DESTDIR}${sbindir} ${DESTDIR}${sbindir}
${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named-rrchecker@EXEEXT@ \ ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named-rrchecker@EXEEXT@ \
${DESTDIR}${sbindir} ${DESTDIR}${sbindir}
${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named-nzd2nzf@EXEEXT@ \
${DESTDIR}${sbindir}
${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} nsec3hash@EXEEXT@ \ ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} nsec3hash@EXEEXT@ \
${DESTDIR}${sbindir} ${DESTDIR}${sbindir}
${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} genrandom@EXEEXT@ \ ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} genrandom@EXEEXT@ \
@@ -145,11 +144,9 @@ install:: ${TARGETS} @DNSTAP@ @NZD_TOOLS@ installdirs
${INSTALL_DATA} ${srcdir}/isc-hmac-fixup.8 ${DESTDIR}${mandir}/man8 ${INSTALL_DATA} ${srcdir}/isc-hmac-fixup.8 ${DESTDIR}${mandir}/man8
${INSTALL_DATA} ${srcdir}/named-journalprint.8 ${DESTDIR}${mandir}/man8 ${INSTALL_DATA} ${srcdir}/named-journalprint.8 ${DESTDIR}${mandir}/man8
${INSTALL_DATA} ${srcdir}/named-rrchecker.1 ${DESTDIR}${mandir}/man1 ${INSTALL_DATA} ${srcdir}/named-rrchecker.1 ${DESTDIR}${mandir}/man1
${INSTALL_DATA} ${srcdir}/named-nzd2nzf.8 ${DESTDIR}${mandir}/man8
${INSTALL_DATA} ${srcdir}/nsec3hash.8 ${DESTDIR}${mandir}/man8 ${INSTALL_DATA} ${srcdir}/nsec3hash.8 ${DESTDIR}${mandir}/man8
${INSTALL_DATA} ${srcdir}/genrandom.8 ${DESTDIR}${mandir}/man8 ${INSTALL_DATA} ${srcdir}/genrandom.8 ${DESTDIR}${mandir}/man8
${INSTALL_DATA} ${srcdir}/mdig.1 ${DESTDIR}${mandir}/man1 ${INSTALL_DATA} ${srcdir}/mdig.1 ${DESTDIR}${mandir}/man1
${INSTALL_DATA} ${srcdir}/dnstap-read.1 ${DESTDIR}${mandir}/man1
clean distclean:: clean distclean::
rm -f ${TARGETS} rm -f ${TARGETS}

16
configure vendored
View File

@@ -699,8 +699,6 @@ DBLATEX
PDFLATEX PDFLATEX
LATEX LATEX
DNSTAP_PB_C_H DNSTAP_PB_C_H
DNSTAPHTML
DNSTAPMAN
DNSTAPTARGETS DNSTAPTARGETS
DNSTAPOBJS DNSTAPOBJS
DNSTAPSRCS DNSTAPSRCS
@@ -814,8 +812,6 @@ MKDEPCC
ZLIB ZLIB
JSONSTATS JSONSTATS
XMLSTATS XMLSTATS
NZDHTML
NZDMAN
NZDTARGETS NZDTARGETS
NZDSRCS NZDSRCS
NZD_TOOLS NZD_TOOLS
@@ -16838,8 +16834,6 @@ fi
NZD_TOOLS="" NZD_TOOLS=""
NZDSRCS= NZDSRCS=
NZDTARGETS= NZDTARGETS=
NZDMAN=
NZDHTML=
if test "X${have_lmdb}" != "X" if test "X${have_lmdb}" != "X"
then then
CFLAGS="$CFLAGS $lmdb_cflags" CFLAGS="$CFLAGS $lmdb_cflags"
@@ -16849,15 +16843,11 @@ $as_echo "#define HAVE_LMDB 1" >>confdefs.h
NZD_TOOLS="nzd" NZD_TOOLS="nzd"
NZDSRCS='${NZDSRCS}' NZDSRCS='${NZDSRCS}'
NZDTARGETS='${NZDTARGETS}' NZDTARGETS='${NZDTARGETS}'
NZDMAN='${NZDMAN}'
NZDHTML='${NZDHTML}'
fi fi
# #
# was --with-libxml2 specified? # was --with-libxml2 specified?
# #
@@ -20580,8 +20570,6 @@ DNSTAP=
DNSTAPSRCS= DNSTAPSRCS=
DNSTAPOBJS= DNSTAPOBJS=
DNSTAPTARGETS= DNSTAPTARGETS=
DNSTAPMAN=
DNSTAPHTML=
DNSTAP_PB_C_H= DNSTAP_PB_C_H=
if test "x$use_dnstap" != "xno"; then if test "x$use_dnstap" != "xno"; then
if ! $use_threads; then if ! $use_threads; then
@@ -20795,8 +20783,6 @@ $as_echo "#define HAVE_DNSTAP 1" >>confdefs.h
DNSTAPSRCS='${DNSTAPSRCS}' DNSTAPSRCS='${DNSTAPSRCS}'
DNSTAPOBJS='${DNSTAPOBJS}' DNSTAPOBJS='${DNSTAPOBJS}'
DNSTAPTARGETS='${DNSTAPTARGETS}' DNSTAPTARGETS='${DNSTAPTARGETS}'
DNSTAPMAN='${DNSTAPMAN}'
DNSTAPHTML='${DNSTAPHTML}'
DNSTAP_PB_C_H="dnstap.pb-c.h" DNSTAP_PB_C_H="dnstap.pb-c.h"
fi fi
@@ -20805,8 +20791,6 @@ fi
# #
# The following sets up how non-blocking i/o is established. # The following sets up how non-blocking i/o is established.
# Sunos, cygwin and solaris 2.x (x<5) require special handling. # Sunos, cygwin and solaris 2.x (x<5) require special handling.

View File

@@ -2200,8 +2200,6 @@ fi
NZD_TOOLS="" NZD_TOOLS=""
NZDSRCS= NZDSRCS=
NZDTARGETS= NZDTARGETS=
NZDMAN=
NZDHTML=
if test "X${have_lmdb}" != "X" if test "X${have_lmdb}" != "X"
then then
CFLAGS="$CFLAGS $lmdb_cflags" CFLAGS="$CFLAGS $lmdb_cflags"
@@ -2209,14 +2207,10 @@ then
NZD_TOOLS="nzd" NZD_TOOLS="nzd"
NZDSRCS='${NZDSRCS}' NZDSRCS='${NZDSRCS}'
NZDTARGETS='${NZDTARGETS}' NZDTARGETS='${NZDTARGETS}'
NZDMAN='${NZDMAN}'
NZDHTML='${NZDHTML}'
fi fi
AC_SUBST(NZD_TOOLS) AC_SUBST(NZD_TOOLS)
AC_SUBST(NZDSRCS) AC_SUBST(NZDSRCS)
AC_SUBST(NZDTARGETS) AC_SUBST(NZDTARGETS)
AC_SUBST(NZDMAN)
AC_SUBST(NZDHTML)
# #
# was --with-libxml2 specified? # was --with-libxml2 specified?
@@ -4219,8 +4213,6 @@ DNSTAP=
DNSTAPSRCS= DNSTAPSRCS=
DNSTAPOBJS= DNSTAPOBJS=
DNSTAPTARGETS= DNSTAPTARGETS=
DNSTAPMAN=
DNSTAPHTML=
DNSTAP_PB_C_H= DNSTAP_PB_C_H=
if test "x$use_dnstap" != "xno"; then if test "x$use_dnstap" != "xno"; then
if ! $use_threads; then if ! $use_threads; then
@@ -4272,16 +4264,12 @@ if test "x$use_dnstap" != "xno"; then
DNSTAPSRCS='${DNSTAPSRCS}' DNSTAPSRCS='${DNSTAPSRCS}'
DNSTAPOBJS='${DNSTAPOBJS}' DNSTAPOBJS='${DNSTAPOBJS}'
DNSTAPTARGETS='${DNSTAPTARGETS}' DNSTAPTARGETS='${DNSTAPTARGETS}'
DNSTAPMAN='${DNSTAPMAN}'
DNSTAPHTML='${DNSTAPHTML}'
DNSTAP_PB_C_H="dnstap.pb-c.h" DNSTAP_PB_C_H="dnstap.pb-c.h"
fi fi
AC_SUBST(DNSTAP) AC_SUBST(DNSTAP)
AC_SUBST(DNSTAPSRCS) AC_SUBST(DNSTAPSRCS)
AC_SUBST(DNSTAPOBJS) AC_SUBST(DNSTAPOBJS)
AC_SUBST(DNSTAPTARGETS) AC_SUBST(DNSTAPTARGETS)
AC_SUBST(DNSTAPMAN)
AC_SUBST(DNSTAPHTML)
AC_SUBST(DNSTAP_PB_C_H) AC_SUBST(DNSTAP_PB_C_H)
# #