Rename db2 header files db.h and db-config.h in the source tree, so
authorKen Raeburn <raeburn@mit.edu>
Fri, 21 Aug 2009 22:37:55 +0000 (22:37 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 21 Aug 2009 22:37:55 +0000 (22:37 +0000)
commit395e186d35cbc9cf86fae56e820c46186d305838
tree5a84850a6cea99e97a324118fb703bdf7b07340b
parentde663ee521f24db994808d953460ff175a600a81
Rename db2 header files db.h and db-config.h in the source tree, so
that there will always be only one version of each name in the include
path (namely, the copy made in the build tree, or the generated db.h
if not using the in-tree one).  This should fix some minor problems
with different dependency lists generated on different systems.

Sort and uniquify dependency header names before doing substitutions,
as well as after.  Look for the db2 headers listed in sorted order.

Don't copy db-ndbm.h into the build tree; let libdb2 find it from the
source tree only.

Update dependencies.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22572 dc483132-0cff-0310-8789-dd5450dbe970
src/plugins/kdb/db2/libdb2/Makefile.in
src/plugins/kdb/db2/libdb2/btree/deps
src/plugins/kdb/db2/libdb2/db/deps
src/plugins/kdb/db2/libdb2/hash/deps
src/plugins/kdb/db2/libdb2/include/db-config.hin [moved from src/plugins/kdb/db2/libdb2/include/db-config.h with 100% similarity]
src/plugins/kdb/db2/libdb2/include/db.hin [moved from src/plugins/kdb/db2/libdb2/include/db.h with 100% similarity]
src/plugins/kdb/db2/libdb2/mpool/deps
src/plugins/kdb/db2/libdb2/recno/deps
src/util/depfix.pl