Update of /cvsroot/monetdb/buildtools/conf
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29059/conf

Modified Files:
        MonetDB.m4 
Log Message:
Also define the location of the MonetDB5 config file in
MONETDB5_CONFFILE


Index: MonetDB.m4
===================================================================
RCS file: /cvsroot/monetdb/buildtools/conf/MonetDB.m4,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- MonetDB.m4  7 Sep 2007 16:43:43 -0000       1.34
+++ MonetDB.m4  11 Sep 2007 12:42:30 -0000      1.35
@@ -293,6 +293,8 @@
     MONETDB5_MODS=""
     MONETDB5_MOD_PATH=""
     MONETDB5_PREFIX=""
+    # can't use MONETDB5_CONFIG: already in use, MONETDBCONFIG is out of line
+    MONETDB5_CONFFILE=""
   else
     MONETDB5_CFLAGS=`$MONETDB5_CONFIG --cflags`
     MONETDB5_INCS=`$MONETDB5_CONFIG --includes`
@@ -301,6 +303,7 @@
     MONETDB5_MODS=`$MONETDB5_CONFIG --mods | sed 's/-L\([[^ ]]*\)/& -R\1/g'`
     MONETDB5_MOD_PATH=`$MONETDB5_CONFIG --modpath`
     MONETDB5_PREFIX=`$MONETDB5_CONFIG --prefix`
+    MONETDB5_CONFFILE=`$MONETDB_CONFIG --sysconfdir`/monetdb5.conf
   fi
 fi
 AC_SUBST(MONETDB5_CFLAGS)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to