Update of /cvsroot/monetdb/pathfinder
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13065

Modified Files:
        Makefile.ag configure.ag 
Log Message:
Change MONET4/5 conditionals to HAVE_MONETDB4/5 for consistency with sql.

Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/Makefile.ag,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Makefile.ag 2 Mar 2007 12:35:35 -0000       1.27
+++ Makefile.ag 1 Jun 2007 13:20:47 -0000       1.28
@@ -22,7 +22,7 @@
 # Universitaet Muenchen, respectively.  All Rights Reserved.
 #
 
-SUBDIRS = conf compiler MONET4?runtime MONET5?runtime5 modules src
+SUBDIRS = conf compiler HAVE_MONETDB4?runtime HAVE_MONETDB5?runtime5 modules 
src
 
 EXTRA_DIST = extra.mk.in RunMtest.in RunMtest.bat.in \
                RunMapprove.in RunMapprove.bat.in \

Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/configure.ag,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- configure.ag        2 May 2007 08:35:41 -0000       1.105
+++ configure.ag        1 Jun 2007 13:20:47 -0000       1.106
@@ -116,8 +116,8 @@
 
 fi
 
-AM_CONDITIONAL(MONET4, test "x$have_monetdb4" = xyes)
-AM_CONDITIONAL(MONET5, test "x$have_monetdb5" = xyes)
+AM_CONDITIONAL(HAVE_MONETDB4, test "x$have_monetdb4" = xyes)
+AM_CONDITIONAL(HAVE_MONETDB5, test "x$have_monetdb5" = xyes)
 
 PATHFINDER_BUILD=[`pwd`]
 AC_SUBST(PATHFINDER_BUILD)


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to