Update of /cvsroot/monetdb/geom
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7142
Modified Files:
configure.ag vertoo.config vertoo.data
Log Message:
fixed minimal vertoo setup
Index: vertoo.config
===================================================================
RCS file: /cvsroot/monetdb/geom/vertoo.config,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- vertoo.config 1 Jun 2007 08:01:47 -0000 1.1.1.1
+++ vertoo.config 22 Aug 2007 15:47:23 -0000 1.2
@@ -3,13 +3,21 @@
main = addModule('geom')
monetdb = addModule('MonetDB')
-
-main.setVersionFormat('@normal%[rc?_rc%build:]')
+monetdb4 = addModule('MonetDB4')
+monetdb5 = addModule('MonetDB5')
# %v - unadorned version number
# %q - version number surrounded by single quotes
# %Q - version number surrounded by double quotes
+
+main.setVersionFormat('@normal%[rc?_rc%build:]')
main.addAnchor("configure.ag", "\"geom\", %v,")
-monetdb.setVersionFormat('%major.%minor.%release')
+monetdb.setVersionFormat('@normal%[rc?%rc%build:]')
monetdb.addAnchor("configure.ag", "req_monetdb_ver=%q")
+
+monetdb4.setVersionFormat('@normal%[rc?%rc%build:]')
+monetdb4.addAnchor("configure.ag", "req_monetdb4_ver=%q")
+
+monetdb5.setVersionFormat('@normal%[rc?%rc%build:]')
+monetdb5.addAnchor("configure.ag", "req_monetdb5_ver=%q")
Index: vertoo.data
===================================================================
RCS file: /cvsroot/monetdb/geom/vertoo.data,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- vertoo.data 1 Jun 2007 08:01:46 -0000 1.1.1.1
+++ vertoo.data 22 Aug 2007 15:47:23 -0000 1.2
@@ -1,2 +1,4 @@
-monetdb = major:4; minor:13; release:0;
-geom = major:0; minor:1; release:3; rc:x; build:1;
\ No newline at end of file
+monetdb = major:4; minor:18; release:0; rc:x; build:1;
+monetdb4 = major:4; minor:18; release:0; rc:x; build:1;
+geom = major:0; minor:1; release:3; rc:x; build:1;
+monetdb5 = major:5; minor:0; release:0; rc:x; build:1;
\ No newline at end of file
Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/geom/configure.ag,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- configure.ag 22 Aug 2007 11:25:19 -0000 1.2
+++ configure.ag 22 Aug 2007 15:47:23 -0000 1.3
@@ -11,12 +11,15 @@
# The Original Code is the MonetDB Database System.
#
# The Initial Developer of the Original Code is CWI.
-# Portions created by CWI are Copyright (C) 1997-2006 CWI.
+# Portions created by CWI are Copyright (C) 1997-2007 CWI.
# All Rights Reserved.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT([MonetDB geometry module], [0.1.3], [EMAIL PROTECTED], [geom])
+# ^^^^^
+# Maintained via vertoo. Please don't modify by hand!
+# Contact [EMAIL PROTECTED] for details and/or assistance.
AC_CONFIG_AUX_DIR(conf)
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
@@ -32,6 +35,9 @@
dnl Check for Monet
req_monetdb_ver='1.18.0'
+# ^^^^^^
+# Maintained via vertoo. Please don't modify by hand!
+# Contact [EMAIL PROTECTED] for details and/or assistance.
AM_MONETDB_COMMON($req_monetdb_ver)
if test "x$have_monetdb" != xyes; then
AC_MSG_ERROR([MonetDB geometry requires at least version
$req_monetdb_ver of MonetDB, but only version $MONETDBVERS was found.])
@@ -43,8 +49,14 @@
AM_MONETDB_LIBS()
AM_MONETDB_UTILS()
req_monetdb4_ver='4.18.0'
+# ^^^^^^
+# Maintained via vertoo. Please don't modify by hand!
+# Contact [EMAIL PROTECTED] for details and/or assistance.
AM_MONETDB4($req_monetdb4_ver)
req_monetdb5_ver='5.0.0'
+# ^^^^^
+# Maintained via vertoo. Please don't modify by hand!
+# Contact [EMAIL PROTECTED] for details and/or assistance.
AM_MONETDB5($req_monetdb5_ver)
if test "x$have_monetdb4" != xyes -a "x$have_monetdb5" != xyes; then
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins