to prevent getting the system installed libdb.so on the Alpha.
(Under DU 4.0 ld will scan the library search path - including -L paths
for .so files, failing to find any will then look for the .a one.
I think this is broken as you should take the first .so or .a file found)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9260
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Oct 31 10:57:29 1996 Ezra Peisach <epeisach@trane.rose.brandeis.edu>
+
+ * aclocal.m4 (db_lib): Use relative path to libdb.a file.
+
Mon Oct 21 21:19:53 1996 Tom Yu <tlyu@mit.edu>
* aclocal.m4: Fix CopySrcHeader and CopyHeader so they actually
db_lib=''
define(USE_DB_LIBRARY,[
db_deplib="\[$](TOPLIBD)/libdb.a"
-db_lib=-ldb
+db_lib="\[$](TOPLIBD)/libdb.a"
])
dnl
dnl This rule generates library lists for programs.