]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix "make dist"
authorMichal Nowak <mnowak@isc.org>
Thu, 4 Jun 2020 17:02:27 +0000 (19:02 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 5 Jun 2020 11:19:49 +0000 (13:19 +0200)
commit5bbc6dd7f124685ce9408f97308ee3a75beecfaf
tree19598b02e629835553d3a2a2e758d6ad9b3fd31c
parenteaebc26451a08f5308b0d567cff7b7b6fd47ac4d
Fix "make dist"

Make various adjustments necessary to enable "make dist" to build a BIND
source tarball whose contents are complete enough to build binaries, run
unit & system tests, and generate documentation on Unix systems.

Known outstanding issues:

  - "make distcheck" does not work yet.
  - Tests do not work for out-of-tree source-tarball-based builds.
  - Source tarballs are not complete enough for building on Windows.

All of the above will be addressed in due course.
23 files changed:
Makefile.am
bin/named/Makefile.am
bin/tests/Makefile.am
bin/tests/system/Makefile.am
bin/tests/system/dlzexternal/driver/Makefile.am
bin/tests/system/dyndb/driver/Makefile.am
configure.ac
doc/Makefile.am
doc/arm/Makefile.am
doc/man/Makefile.am
doc/misc/Makefile.am
lib/bind9/Makefile.am
lib/dns/Makefile.am
lib/dns/tests/Makefile.am
lib/irs/Makefile.am
lib/irs/tests/Makefile.am
lib/isc/Makefile.am
lib/isc/tests/Makefile.am
lib/isccc/Makefile.am
lib/isccfg/Makefile.am
lib/isccfg/tests/Makefile.am
lib/ns/Makefile.am
lib/ns/tests/Makefile.am