Tweak configure script generation to check that all symbols produced
authorKen Raeburn <raeburn@mit.edu>
Tue, 25 Apr 2006 02:36:31 +0000 (02:36 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 25 Apr 2006 02:36:31 +0000 (02:36 +0000)
commit6739f1082f7cd81bcb913f2a33c75ae4fe6517c3
treeb58a644dae26a875cb07d69e581275a0510c041f
parenta6a142604bb42e3cbd3504de17c581d39ef35f9a
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
src/config/post.in
src/config/pre.in
src/plugins/kdb/db2/libdb2/Makefile.in
src/util/check-ac-syms [new file with mode: 0755]