Source
--- config.in.orig 2011-01-27 00:09:43.000000000 -0600
+++ config.in 2011-01-27 00:21:39.000000000 -0600
# Change the path below to point to the directory where db.h is
# installed on your system.
-INCLUDE = /usr/local/BerkeleyDB/include
+INCLUDE = @PREFIX@/include/db48
#INCLUDE = /usr/local/include
#INCLUDE = /usr/include
# Change the path below to point to the directory where libdb is
# installed on your system.
-LIB = /usr/local/BerkeleyDB/lib
+LIB = @PREFIX@/lib/db48
#LIB = /usr/local/lib
#LIB = /usr/lib