autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoconf option fun


From: Alexandre Oliva
Subject: Re: autoconf option fun
Date: 07 Nov 2000 23:56:34 -0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

On Nov  7, 2000, Akim Demaille <address@hidden> wrote:

> Yep, I'm in favor of removing all the --a* etc. it makes it uselessly
> ambiguous, and short options are a better means to abbreviate.  And
> trying to support exact abbreviations, as is done in configure, is an
> additional tedious maintenance nightmare.

Agreed.  But beware that this decision goes against the GNU Coding
Standards.

I guess we should have an m4sh (or m4sugar?) macro to expand:

m4_case_longopt([foo])

to

--foo | --fo | --f

and

m4_case_longoptarg([foo])

to

--foo=* | --fo=* | --f=*

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

[Prev in Thread] Current Thread [Next in Thread]