Update of /cvsroot/monetdb/pathfinder
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12280/pathfinder
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/pathfinder/configure.ag,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- configure.ag 28 Jan 2010 12:54:18 -0000 1.161
+++ configure.ag 17 Mar 2010 20:25:17 -0000 1.162
@@ -216,7 +216,7 @@
if test -f "$srcdir"/vertoo.data; then
AC_ARG_WITH(burg,
- AC_HELP_STRING([--with-burg=FILE], [burg is installed as FILE]),
+ AS_HELP_STRING([--with-burg=FILE], [burg is installed as FILE]),
have_burg="$withval",
have_burg=auto)
if test "x$have_burg" = xauto; then
@@ -338,7 +338,7 @@
dnl see if we actually found libxml2.
have_libxml2="auto"
AC_ARG_WITH(libxml2,
- AC_HELP_STRING([--with-libxml2=DIR],[libxml2 library is installed in DIR]),
+ AS_HELP_STRING([--with-libxml2=DIR],[libxml2 library is installed in DIR]),
[have_libxml2="$withval"], [have_libxml2="auto"])
have_SAX2="$have_libxml2"
@@ -440,7 +440,7 @@
dnl Further down see if we find the library and abort if not.
have_gc="auto"
AC_ARG_WITH(gc,
- AC_HELP_STRING([--with-gc=DIR],[Boehm garbage collector library is
installed in DIR]),
+ AS_HELP_STRING([--with-gc=DIR],[Boehm garbage collector library is
installed in DIR]),
[have_gc="$withval"], [have_gc="auto"])
if test "x$have_gc" != xauto; then
@@ -508,7 +508,7 @@
dft_pftijah=yes
AC_ARG_ENABLE(pftijah,
- AC_HELP_STRING([--enable-pftijah],
+ AS_HELP_STRING([--enable-pftijah],
[enable support for TIJAH (default=$dft_pftijah)]),
enable_pftijah=$enableval,
enable_pftijah=$dft_pftijah)
@@ -532,7 +532,7 @@
dft_probxml=no
AC_ARG_ENABLE(probxml,
- AC_HELP_STRING([--enable-probxml],
+ AS_HELP_STRING([--enable-probxml],
[enable support for PROBXML (default=$dft_probxml)]),
enable_probxml=$enableval,
enable_probxml=$dft_probxml)
@@ -562,7 +562,7 @@
dnl testing. If you invoke configure with --with-default-backend=algebra,
dnl Mtest will also use the algebraic back-end.
AC_ARG_WITH(default-backend,
- AC_HELP_STRING(
+ AS_HELP_STRING(
[--with-default-backend=BACKEND],
[select a default back-end (milprint_summer/algebra/sql)
for Pathfinder (default=algebra)]),
------------------------------------------------------------------------------
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