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

Modified Files:
        configure.ag 
Log Message:
propagated changes of Monday Feb 18 2008 - Thursday Feb 21 2008
from the XQuery_0-22 branch to the development trunk


Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/configure.ag,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- configure.ag        3 Feb 2008 12:23:16 -0000       1.125
+++ configure.ag        21 Feb 2008 13:42:24 -0000      1.126
@@ -64,10 +64,10 @@
 # Contact [EMAIL PROTECTED] for details and/or assistance.
 AM_MONETDB_COMMON($req_monetdb_ver)
 if test "x$have_monetdb" != xyes; then
-    if test "x$MONETDBVERS" = x; then
+    if test "x$MONETDB_VERSION" = x; then
         AC_MSG_NOTICE([No MonetDB base installation found.  No runtime support 
for MonetDB4 and MonetDB5 will be compiled.])
     else
-        AC_MSG_WARN([Your MonetDB base installation is outdated (version 
$MONETDBVERS, required $req_monetdb_ver).  No runtime support for MonetDB4 and 
MonetDB5 will be compiled.])
+        AC_MSG_WARN([Your MonetDB base installation is outdated (version 
$MONETDB_VERSION, required $req_monetdb_ver).  No runtime support for MonetDB4 
and MonetDB5 will be compiled.])
     fi
 fi
 
@@ -119,30 +119,30 @@
 
     dnl Test for MonetDB4
     if test "x$have_monetdb4" != xyes; then
-        if test "x$MONETDB4VERS" = x; then
+        if test "x$MONETDB4_VERSION" = x; then
             AC_MSG_NOTICE([Pathfinder will be compiled without MonetDB4 
support])
             AC_MSG_NOTICE([(no installation of MonetDB4 found).])
         else
             AC_MSG_WARN([Pathfinder will be compiled without MonetDB4 
support,])
-            AC_MSG_WARN([since your version ($MONETDB4VERS) is outdated])
+            AC_MSG_WARN([since your version ($MONETDB4_VERSION) is outdated])
             AC_MSG_WARN([(Pathfinder requires at least version 
$req_monetdb4_ver).])
         fi
     else
-        AC_MSG_NOTICE([MonetDB4 support enabled (found version $MONETDB4VERS 
of MonetDB4).])
+        AC_MSG_NOTICE([MonetDB4 support enabled (found version 
$MONETDB4_VERSION of MonetDB4).])
     fi
 
     dnl Test for MonetDB5
     if test "x$have_monetdb5" != xyes; then
-        if test "x$MONETDB5VERS" = x; then
+        if test "x$MONETDB5_VERSION" = x; then
             AC_MSG_NOTICE([Pathfinder will be compiled without MonetDB5 
support])
             AC_MSG_NOTICE([(no installation of MonetDB5 found).])
         else
             AC_MSG_WARN([Pathfinder will be compiled without MonetDB5 
support,])
-            AC_MSG_WARN([since your version ($MONETDB5VERS) is outdated])
+            AC_MSG_WARN([since your version ($MONETDB5_VERSION) is outdated])
             AC_MSG_WARN([(Pathfinder requires at least version 
$req_monetdb5_ver).])
         fi
     else
-        AC_MSG_NOTICE([MonetDB5 support enabled (found version $MONETDB5VERS 
of MonetDB5).])
+        AC_MSG_NOTICE([MonetDB5 support enabled (found version 
$MONETDB5_VERSION of MonetDB5).])
     fi
 
 else


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

Reply via email to