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

Modified Files:
      Tag: Nov2009
        configure.ag 
Log Message:
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.154.2.5
retrieving revision 1.154.2.6
diff -u -d -r1.154.2.5 -r1.154.2.6
--- configure.ag        7 Jan 2010 15:16:45 -0000       1.154.2.5
+++ configure.ag        11 Jan 2010 22:15:11 -0000      1.154.2.6
@@ -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