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

Modified Files:
      Tag: Clients_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/clients/configure.ag,v
retrieving revision 1.24.2.4
retrieving revision 1.24.2.5
diff -u -d -r1.24.2.4 -r1.24.2.5
--- configure.ag        23 Oct 2007 07:20:04 -0000      1.24.2.4
+++ configure.ag        7 Nov 2007 07:58:33 -0000       1.24.2.5
@@ -31,6 +31,8 @@
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src/mapilib/Mapi.mx])
 AM_CONFIG_HEADER([clients_config.h])
+CONFIG_H=clients_config.h
+AC_SUBST(CONFIG_H)
 
 HOST=[$target]
 AC_DEFINE_UNQUOTED(HOST, "$HOST", [Host identifier])


-------------------------------------------------------------------------
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