>>> "Stepan" == Stepan Kasal <[EMAIL PROTECTED]> writes:
[...]
Stepan> AC_ARG_WITH(readline,
Stepan> - [AS_HELP_STRING(--with-readline,
Stepan> - [support fancy command line editing @@<:@@default=check@@:>@@])],
Stepan> + [AS_HELP_STRING([EMAIL PROTECTED],[EMAIL PROTECTED],
Stepan> + [force whether support for fancy command line editing is used])],
Stepan> [],
Stepan> with_readline=check)
I suggest avoiding {...,...} and using two help lines. That
looks cleaner to me, and it helps tools that parse ./configure's
--help output (Zsh's completion comes to mind).
--
Alexandre Duret-Lutz