aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb/db2/libdb2/test/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-06-20 05:18:59 +0000
committerKen Raeburn <raeburn@mit.edu>2007-06-20 05:18:59 +0000
commit2d1a62d265237eaee243edd40b88234fb6b76bfa (patch)
treeea347c503ddd1db542661156509870c7f57e1d1a /src/plugins/kdb/db2/libdb2/test/Makefile.in
parent089ec07d736626d50619813b0c2ee5ea2292673c (diff)
downloadkrb5-2d1a62d265237eaee243edd40b88234fb6b76bfa.zip
krb5-2d1a62d265237eaee243edd40b88234fb6b76bfa.tar.gz
krb5-2d1a62d265237eaee243edd40b88234fb6b76bfa.tar.bz2
Add the libdb2 type-existence tests to the top-level configure script.
Replace the generated header files in db2 with static ones that include autoconf.h and make decisions based on the macros defined there. Omit some tests that test for things we assume now, like "const" working and "size_t" being defined. Update dependencies. The libdb2 configure script now generates no header files. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19605 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/kdb/db2/libdb2/test/Makefile.in')
-rw-r--r--src/plugins/kdb/db2/libdb2/test/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/kdb/db2/libdb2/test/Makefile.in b/src/plugins/kdb/db2/libdb2/test/Makefile.in
index baf9df1..cd7538d 100644
--- a/src/plugins/kdb/db2/libdb2/test/Makefile.in
+++ b/src/plugins/kdb/db2/libdb2/test/Makefile.in
@@ -17,8 +17,6 @@ KRB5_RUN_ENV= @KRB5_RUN_ENV@
DB_LIB = -ldb
DB_DEPLIB = ../libdb$(DEPLIBEXT)
-AUTOCONF_HEADER=$(srcdir)/../include/config.h.in
-
all::
dbtest: dbtest.o $(DB_DEPLIB)