Update of /cvsroot/monetdb/sql
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv6441

Modified Files:
        configure.ag 
Log Message:
Hardwire the default location for the logs in the sources, document them 
appropriately

Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/sql/configure.ag,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- configure.ag        13 Apr 2010 16:39:28 -0000      1.166
+++ configure.ag        14 Apr 2010 09:54:16 -0000      1.167
@@ -124,6 +124,8 @@
 AC_CHECK_HEADERS([uuid/uuid.h])
 AC_SEARCH_LIBS([uuid_generate], [uuid])
 AC_SUBST([MONETDB5_CONFFILE])
+AC_SUBST([MERO_LOG], [$MONETDB5_LOGDIR/merovingian.log])
+AC_DEFINE_UNQUOTED([MERO_LOG], ["$MONETDB5_LOGDIR/merovingian.log"], [where 
Merovingian will store its logs by default])
 
 dnl  CFLAGS for our code are stricter than what autoconf can cope with.
 CFLAGS="$CFLAGS \$(X_CFLAGS)"


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to