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

Modified Files:
        configure.ag 
Log Message:
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.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- configure.ag        7 Jan 2010 15:24:27 -0000       1.157
+++ configure.ag        12 Jan 2010 09:22:06 -0000      1.158
@@ -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