[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI: optional features and AC_ARG_WITH
From: |
Paul Eggert |
Subject: |
Re: FYI: optional features and AC_ARG_WITH |
Date: |
Mon, 18 Apr 2005 18:44:31 -0700 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux) |
Alexandre Duret-Lutz <address@hidden> writes:
> I remember that using @<:@ in AS_HELP_STRING was wrong because
> that macros count the number of characters in its arguments to
> reformat the string; so @<:@ is counted as 4 characters but
> output as one.
>
> Did this ever change?
If memory serves, Noah Misch fixed that in CVS Autoconf.
> In fact I think there is no point in writing things like
> "default=disabled" or "default=enabled". Simply showing the
> option form (--without or --with) that is not the default looks
> clear enough to me.
Yes, that makes sense to me too.
- FYI: optional features and AC_ARG_WITH, Stepan Kasal, 2005/04/14
- Re: FYI: optional features and AC_ARG_WITH, Alexandre Duret-Lutz, 2005/04/18
- Re: FYI: optional features and AC_ARG_WITH,
Paul Eggert <=
- Re: FYI: optional features and AC_ARG_WITH, Stepan Kasal, 2005/04/19
- Re: FYI: optional features and AC_ARG_WITH, Alexandre Duret-Lutz, 2005/04/19
- Re: FYI: optional features and AC_ARG_WITH, Stepan Kasal, 2005/04/19
- Re: FYI: optional features and AC_ARG_WITH, Paul Eggert, 2005/04/19
- Re: FYI: optional features and AC_ARG_WITH, Stepan Kasal, 2005/04/22