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

Modified Files:
      Tag: MonetDB_1-20
        configure.ag 
Log Message:

for portability reasons:
ensure that our own configure-generated header-file $(CONFIG_H)
is the very first include also in swig-generated code
(using the same "trick" as with [f]lex-generated code)


Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/configure.ag,v
retrieving revision 1.184.2.3
retrieving revision 1.184.2.4
diff -u -d -r1.184.2.3 -r1.184.2.4
--- configure.ag        22 Oct 2007 09:38:44 -0000      1.184.2.3
+++ configure.ag        7 Nov 2007 07:58:34 -0000       1.184.2.4
@@ -31,6 +31,8 @@
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src/gdk/gdk.mx])
 AM_CONFIG_HEADER([monetdb_config.h:conf/config.h.in])
+CONFIG_H=monetdb_config.h
+AC_SUBST(CONFIG_H)
 
 MONETDB_CONFDIR='$(top_srcdir)/conf'
 AC_SUBST(MONETDB_CONFDIR)


-------------------------------------------------------------------------
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-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to