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

Modified Files:
      Tag: M5XQ
        configure.ag 
Log Message:
propagated changes of Tuesday Jan 12 2010
from the XQFT branch to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/01/12 - sjoerd: configure.ag,1.155.2.3
  propagated changes of Tuesday Jan 12 2010
  from the development trunk to the XQFT branch
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2010/01/12 - sjoerd: configure.ag,1.158
    propagated changes of Monday Jan 11 2010 - Tuesday Jan 12 2010
    from the Nov2009 branch to the development trunk
  
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2010/01/11 - sjoerd: configure.ag,1.154.2.6
      Don't use [] inside help strings.  They don't display correctly and
      HP/UX seems to trip over them.
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/configure.ag,v
retrieving revision 1.145.2.9
retrieving revision 1.145.2.10
diff -u -d -r1.145.2.9 -r1.145.2.10
--- configure.ag        7 Jan 2010 16:53:17 -0000       1.145.2.9
+++ configure.ag        12 Jan 2010 09:41:15 -0000      1.145.2.10
@@ -509,7 +509,7 @@
     dft_pftijah=yes
     AC_ARG_ENABLE(pftijah,
             AC_HELP_STRING([--enable-pftijah],
-                    [enable support for TIJAH [default=$dft_pftijah]]),
+                    [enable support for TIJAH (default=$dft_pftijah)]),
             enable_pftijah=$enableval,
             enable_pftijah=$dft_pftijah)
     case $enable_pftijah in
@@ -533,7 +533,7 @@
     dft_probxml=no
     AC_ARG_ENABLE(probxml,
             AC_HELP_STRING([--enable-probxml],
-                    [enable support for PROBXML [default=$dft_probxml]]),
+                    [enable support for PROBXML (default=$dft_probxml)]),
             enable_probxml=$enableval,
             enable_probxml=$dft_probxml)
     case $enable_probxml in


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to