autoconf-patches
[Top][All Lists]
Advanced

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

Re: Clean up AC_ARG_ENABLE and AC_ARG_WITH


From: Stepan Kasal
Subject: Re: Clean up AC_ARG_ENABLE and AC_ARG_WITH
Date: Thu, 18 Aug 2005 12:07:03 +0200
User-agent: Mutt/1.4.1i

Hello,

On Thu, Aug 18, 2005 at 09:57:11AM +0200, Martin Waitz wrote:
> so why don't you merge $1-$2 to one argument to make it even more
> general?

I don't see any reason for this generalization.

>    _AC_ENABLE_IF([enable-$1], [$3], [$4]) >  ])


Moreover, you'd have to change this:
> > +  $1val=$$1_$2

to something like

        m4_patsubst([$1], [-.*])val=$$1

I don't think it's worth it.

Stepan




reply via email to

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