summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-04-25 02:36:31 +0000
committerKen Raeburn <raeburn@mit.edu>2006-04-25 02:36:31 +0000
commit6739f1082f7cd81bcb913f2a33c75ae4fe6517c3 (patch)
treeb58a644dae26a875cb07d69e581275a0510c041f /src/plugins/kdb
parenta6a142604bb42e3cbd3504de17c581d39ef35f9a (diff)
downloadkrb5-6739f1082f7cd81bcb913f2a33c75ae4fe6517c3.tar.gz
krb5-6739f1082f7cd81bcb913f2a33c75ae4fe6517c3.tar.xz
krb5-6739f1082f7cd81bcb913f2a33c75ae4fe6517c3.zip
Tweak configure script generation to check that all symbols produced
via AC_DEFINE are also present in the applicable configure-generated header file, and error out otherwise. Currently doesn't apply in appl and test trees. * util/check-ac-syms: New script. * config/post.in (.acsyms_okay): New target; runs check-ac-syms, unless we're in the appl or tests trees. (configure): Depend on .acsyms_okay. * config/pre.in (AUTOCONF_HEADER): New variable. * plugins/kdb/db2/libdb2/Makefile.in (AUTOCONF_HEADER): New variable. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17955 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/kdb')
-rw-r--r--src/plugins/kdb/db2/libdb2/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/kdb/db2/libdb2/Makefile.in b/src/plugins/kdb/db2/libdb2/Makefile.in
index 5e53de423..93fed6f3c 100644
--- a/src/plugins/kdb/db2/libdb2/Makefile.in
+++ b/src/plugins/kdb/db2/libdb2/Makefile.in
@@ -15,6 +15,8 @@ RELDIR=../plugins/kdb/db2/libdb2
HDRDIR=$(BUILDTOP)/include
HDRS = $(HDRDIR)/db.h $(HDRDIR)/db-config.h $(HDRDIR)/db-ndbm.h
+AUTOCONF_HEADER=$(SRCTOP)/plugins/kdb/db2/libdb2/include/config.h.in
+
all-unix:: includes all-libs
all-prerecurse: include/config.h include/db-config.h
clean-unix:: clean-libs clean-includes