# We now build doc after src/, because docgen, a tool to generate API
# documentation requires libkea-exceptions and libkea-cc.
-SUBDIRS = compatcheck tools . ext src doc m4macros @PREMIUM_DIR@ @CONTRIB_DIR@
+SUBDIRS = tools . ext src doc m4macros @PREMIUM_DIR@ @CONTRIB_DIR@
USE_LCOV=@USE_LCOV@
LCOV=@LCOV@
+++ /dev/null
-/sqlite3-difftbl-check.py
+++ /dev/null
-# We're going to abuse install-data-local for a pre-install check. This may
-# not be the cleanest way to do this type of job, but that's the least ugly
-# one we've found.
-#
-# Note also that if any test needs to examine some file that has possibly
-# been installed before (e.g., older DB or configuration file), it should be
-# referenced with the prefix of DESTDIR. Otherwise
-# 'make DESTDIR=/somewhere install' may not work.
-install-data-local:
- if test -e $(DESTDIR)$(localstatedir)/$(PACKAGE)/zone.sqlite3; then \
- $(SHELL) $(top_builddir)/src/bin/dbutil/run_dbutil.sh --check \
- $(DESTDIR)$(localstatedir)/$(PACKAGE)/zone.sqlite3 || \
- (echo "\nSQLite3 DB file schema version is old. " \
- "Please run: " \
- "$(abs_top_builddir)/src/bin/dbutil/run_dbutil.sh --upgrade " \
- "$(DESTDIR)$(localstatedir)/$(PACKAGE)/zone.sqlite3"; exit 1) \
- fi
+++ /dev/null
-This directory is a collection of compatibility checker programs.
-They will be run before any other installation attempts on 'make install'
-to see if the installation causes any substantial compatibility problems
-with existing configurations. If any checker program finds an issue,
-'make install' will stop at that point.
fi
AC_CONFIG_FILES([Makefile
- compatcheck/Makefile
doc/Makefile
doc/guide/Makefile
doc/version.ent
-rw-r--r-- 1 thomson staff 645 Apr 25 17:38 INSTALL
-rw-r--r-- 1 thomson staff 5015 Apr 25 17:38 Makefile.am
-rw-r--r-- 1 thomson staff 587 Apr 25 17:38 README
-drwxr-xr-x 5 thomson staff 170 Apr 26 19:04 compatcheck
-rw-r--r-- 1 thomson staff 62323 Apr 25 17:38 configure.ac
drwxr-xr-x 12 thomson staff 408 Apr 26 19:04 doc
drwxr-xr-x 7 thomson staff 238 Apr 25 17:38 examples