diff -Naur DB_File-1.806.orig/config.in DB_File-1.806/config.in --- DB_File-1.806.orig/config.in 2002-10-22 06:12:40.000000000 -0400 +++ DB_File-1.806/config.in 2003-07-22 22:45:20.000000000 -0400 @@ -9,7 +9,7 @@ # 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/db4 #INCLUDE = /usr/local/include #INCLUDE = /usr/include @@ -18,7 +18,7 @@ # Change the path below to point to the directory where libdb is # installed on your system. -LIB = /usr/local/BerkeleyDB/lib +LIB = @PREFIX@/lib #LIB = /usr/local/lib #LIB = /usr/lib