+Sat Jan 27 18:25:42 1996 Sam Hartman <hartmans@tertius.mit.edu>
+
+ * configure.in (hashloc): Fix quoting so it makes it into the Makefile.
+
Mon Jan 22 15:23:05 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* configure.in: Merge in berk_db library if needed.
dnl Determine if db library is being used
dnl
HASH=
-hashloc="$(BUILDTOP)/util/berk_db/hash"
+hashloc="\$(BUILDTOP)/util/berk_db/hash"
HASHDONE=
-hashdone="$(BUILDTOP)/util/berk_db/hash/DONE"
+hashdone="\$(BUILDTOP)/util/berk_db/hash/DONE"
WITH_ANAME_DB
if test "$dbval" = db; then
HASH=$hashloc