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

Modified Files:
        configure.ag 
Log Message:
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.

Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/geom/configure.ag,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- configure.ag        13 Jan 2010 11:08:55 -0000      1.42
+++ configure.ag        17 Mar 2010 20:25:15 -0000      1.43
@@ -100,7 +100,7 @@
 GEOS_INCS=''
 GEOS_LIBS=''
 AC_ARG_WITH(geos,
-       AC_HELP_STRING([--with-geos=DIR],
+       AS_HELP_STRING([--with-geos=DIR],
                [geos library is installed in DIR]),
        have_geos="$withval")
 if test "x$have_geos" != xno; then


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

Reply via email to