Update of /cvsroot/monetdb/MonetDB4
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13128/MonetDB4
Modified Files:
Tag: MonetDB_4-22
configure.ag
Log Message:
Some time ago, I renamed variables "MONETDB(|4|5)VERS" into
"MONETDB(|4|5)_VERSION"
in buildtools/conf/MonetDB.m4.
Apparently, I unfortunately forgot to keep */configure.ag aligned ...
Luckily, in */configure.ag the "MONETDB(|4|5)VERS" / "MONETDB(|4|5)_VERSION"
are only used in configure warnings and error messages in case
(no suitable version of) MonetDB, MonetDB4 and/or MonetDB5 are NOT found ...
Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/configure.ag,v
retrieving revision 1.27.2.2
retrieving revision 1.27.2.3
diff -u -d -r1.27.2.2 -r1.27.2.3
--- configure.ag 18 Feb 2008 16:27:56 -0000 1.27.2.2
+++ configure.ag 19 Feb 2008 17:43:41 -0000 1.27.2.3
@@ -67,10 +67,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_ERROR([MonetDB was not found. MonetDB4 requires at least
version $req_monetdb_ver of MonetDB.])
else
- AC_MSG_ERROR([MonetDB4 requires at least version
$req_monetdb_ver of MonetDB, but only version $MONETDBVERS was found.])
+ AC_MSG_ERROR([MonetDB4 requires at least version
$req_monetdb_ver of MonetDB, but only version $MONETDB_VERSION was found.])
fi
fi
req_clients_ver='1.22.0'
-------------------------------------------------------------------------
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-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins