Update of /cvsroot/monetdb/pathfinder
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17405

Modified Files:
      Tag: Feb2010
        configure.ag 
Log Message:
propagated changes of Tuesday Jan 26 2010 - Thursday Jan 28 2010
from the Nov2009 branch to the Feb2010 branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/01/26 - stmane: configure.ag,1.154.2.8
  
  Triggered by failing configure on Gentoo 2.0.1
  with automake 1.11.1 and autoconf 2.65:
  
  
  Fixing incorrect use of AC_CHECK_DECLS() (missing ",")
  as introduced in
  "
  2007/09/12 - stmane: pathfinder/configure.ag,1.115
  
  making the xmlshredder, and hence pathfinder, compile, again:
  
  [...]
  
  ... portability remains an never-ending story;
  and no, I cannot say that I "love" configure and the autotools |-( ...
  "
  
  (Thanks go to automake 1.11.1 and autoconf 2.65 on Gentoo 2.0.1
   for finding this "bogus" code,
   and to Sjoerd for opening my eyes once again ... !)
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/configure.ag,v
retrieving revision 1.159
retrieving revision 1.159.2.1
diff -u -d -r1.159 -r1.159.2.1
--- configure.ag        13 Jan 2010 10:44:37 -0000      1.159
+++ configure.ag        28 Jan 2010 12:50:36 -0000      1.159.2.1
@@ -610,7 +610,7 @@
 dnl available on the system. If not, we will define them ourselves
 dnl in shred_helpers.h & shred_helpers.c
 AC_CHECK_FUNCS([strdup strndup],
-       AC_CHECK_DECLS([strdup, strndup],,[
+       AC_CHECK_DECLS([strdup, strndup],,,[
                #ifdef HAVE_STRING_H
                #ifndef _GNU_SOURCE
                #define _GNU_SOURCE /* enable strndup prototype (on Linux, 
only?) */


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to