Follow-up Comment #3, bug #24907 (project freeciv):

Good points both of you, Marko and Frank!

Here 2nd version of the proposed fix. This time [first static] is generated
using "quadrigaph" to have the brackets, but (if needed) is using parentheses
not brackets, since it looks more like optional information than default value
to me.

I tried this in the Ubuntu 9.10 machine and it works there, did not try in any
other machine but I guess will work in a newer version as well.

------------ proposed fix version 2 begins ------------ 

--- configure.ac        (revision 33456)
+++ configure.ac        (working copy)
@@ -438,12 +438,12 @@
 [test "x$ai_mod_static_threaded" = "xyes"])
 
 AC_ARG_WITH([default-ai],
-  AS_HELP_STRING([--with-default-ai], [default ai type [first static]]),
+  AS_HELP_STRING([--with-default-ai], [default ai type @<:@first
static@:>@]),
   [default_ai_set="${withval}"],
   [])
 
 AC_ARG_WITH([ai-lib],
-  AS_HELP_STRING([--with-ai-lib], [build in default AI code [if needed]]),
+  AS_HELP_STRING([--with-ai-lib], [build in default AI code (if needed)]),
   [ai_mod_default_needed=yes], [])
 
 AM_CONDITIONAL([AI_MOD_DEFAULT_NEEDED],

------------ proposed fix version 2 ends ------------ 


    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?24907>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to