]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[667-remove-obsolete-compatcheck-dir] Removed compatcheck more than obsolete directory
authorFrancis Dupont <fdupont@isc.org>
Fri, 21 Jun 2019 13:41:19 +0000 (15:41 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 4 Jul 2019 11:17:08 +0000 (07:17 -0400)
Makefile.am
compatcheck/.gitignore [deleted file]
compatcheck/Makefile.am [deleted file]
compatcheck/README [deleted file]
configure.ac
doc/guide/hooks-radius.xml

index 4c55349658782622dec85992b9770682db49841d..636c4f3a5a5fe8ad33ada221d12eccaf1af89fea 100644 (file)
@@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS}
 
 # 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@
diff --git a/compatcheck/.gitignore b/compatcheck/.gitignore
deleted file mode 100644 (file)
index 180a3ec..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/sqlite3-difftbl-check.py
diff --git a/compatcheck/Makefile.am b/compatcheck/Makefile.am
deleted file mode 100644 (file)
index 6cc4036..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
diff --git a/compatcheck/README b/compatcheck/README
deleted file mode 100644 (file)
index 3c07c37..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-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.
index 53049ec42adbd84fc045efd6aa19fb70e9092cad..ee089fc9153b440efc546e2954752adaa08774ae 100644 (file)
@@ -1542,7 +1542,6 @@ if (echo ${runstatedir} | grep -q localstatedir); then
 fi
 
 AC_CONFIG_FILES([Makefile
-                 compatcheck/Makefile
                  doc/Makefile
                  doc/guide/Makefile
                  doc/version.ent
index e5390959f44d93a838fd5a9ec2cd9b45889d3524..5aa80919456493b823f307b6a23d6cd59f746873 100644 (file)
@@ -179,7 +179,6 @@ total 952
 -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