Update of /cvsroot/monetdb/clients
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13128/clients
Modified Files:
Tag: Clients_1-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/clients/configure.ag,v
retrieving revision 1.30.2.2
retrieving revision 1.30.2.3
diff -u -d -r1.30.2.2 -r1.30.2.3
--- configure.ag 18 Feb 2008 16:14:19 -0000 1.30.2.2
+++ configure.ag 19 Feb 2008 17:43:40 -0000 1.30.2.3
@@ -66,10 +66,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. Clients requires at least
version $req_monetdb_ver of MonetDB.])
else
- AC_MSG_ERROR([Clients requires at least version
$req_monetdb_ver of MonetDB, but only version $MONETDBVERS was found.])
+ AC_MSG_ERROR([Clients requires at least version
$req_monetdb_ver of MonetDB, but only version $MONETDB_VERSION was found.])
fi
fi
AM_MONETDB_DEFAULTS()
-------------------------------------------------------------------------
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