[PVFS2-CVS]
commit by slang in pvfs2/test: configure.in pvfs2-test-config.h.in
CVS commit program
cvs at parl.clemson.edu
Thu Nov 3 10:18:48 EST 2005
Update of /projects/cvsroot/pvfs2/test
In directory parlweb:/tmp/cvs-serv28224/test
Modified Files:
configure.in pvfs2-test-config.h.in
Log Message:
moved berkeley db checking from configure.in to maint/config/bdb.m4 and included the check in both configure.in and test/configure.in. Also modified prepare to look for .m4 files in maint/config. Need to regen the configure scripts, will do that in a sec.
Index: configure.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/configure.in,v
diff -p -u -r1.6 -r1.7
--- configure.in 4 Oct 2005 19:04:55 -0000 1.6
+++ configure.in 3 Nov 2005 15:18:48 -0000 1.7
@@ -206,6 +206,10 @@ fi
AC_SUBST(MPI_INTELC)
AC_SUBST(MPI_GNUC)
+AC_ARG_WITH(db,
+ [ --with-db=<dir> Location of installed DB package (default=/usr)])
+AX_BERKELEY_DB(${withval})
+
dnl create any missing subdirectories that wouldn't be created
dnl by AC_OUTPUT below (which won't create intermediate dirs).
for d in common io client correctness/pts kernel ; do
Index: pvfs2-test-config.h.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/pvfs2-test-config.h.in,v
diff -p -u -r1.1 -r1.2
--- pvfs2-test-config.h.in 15 Apr 2004 00:19:58 -0000 1.1
+++ pvfs2-test-config.h.in 3 Nov 2005 15:18:48 -0000 1.2
@@ -5,3 +5,7 @@
/* Define if you have the pvfs2 library (-lpvfs2). */
#undef HAVE_LIBPVFS2
+
+/* Define if DB_DIRTY_READ is defined in the libdb version */
+#undef HAVE_DB_DIRTY_READ
+
More information about the PVFS2-CVS
mailing list