Update of /cvsroot/monetdb/pathfinder
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19187
Modified Files:
Tag: XQFT
configure.ag
Log Message:
propagated changes of Wednesday Mar 17 2010 - Thursday Mar 18 2010
from the development trunk to the XQFT branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2010/03/17 - sjoerd: configure.ag,1.162
AC_HELP_STRING has long ago been superseded by AS_HELP_STRING.
Require autoconf 2.60 everywhere, not just for most configure.a[cg] files.
Added missing copyright notices.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2010/03/18 - mr-meltdown: configure.ag,1.163
Check for C99 using AC_PROG_CC_C99
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/configure.ag,v
retrieving revision 1.155.2.6
retrieving revision 1.155.2.7
diff -u -d -r1.155.2.6 -r1.155.2.7
--- configure.ag 18 Mar 2010 10:34:32 -0000 1.155.2.6
+++ configure.ag 18 Mar 2010 11:28:13 -0000 1.155.2.7
@@ -77,7 +77,8 @@
dnl must check for compiler before checking for MonetDB4
AM_MONETDB_DEFAULTS()
AM_MONETDB_COMPILER()
-if test "x$have_c99" != xyes; then
+AC_PROG_CC_C99()
+if test "x$ac_cv_prog_cc_c99" == xno; then
AC_MSG_ERROR([Pathfinder requires a C99 compliant C compiler, but your
C compiler does not seem to be C99 compliant.])
fi
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins