autoconf
[Top][All Lists]
Advanced

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

Re: Adding an option to configure?


From: Stepan Kasal
Subject: Re: Adding an option to configure?
Date: Sat, 31 Dec 2005 17:12:47 +0100
User-agent: Mutt/1.4.1i

Hello,

On Wed, Dec 28, 2005 at 09:49:34PM +0000, Keith Marshall wrote:
> On Wednesday 28 December 2005 12:28 am, Chris Telting wrote:
> > I am trying to add an option that would instruct it not to build gcclib.
> >
> > something like: configure --nogcclib
> 
> AC_ARG_ENABLE([gcclib],...  or  AC_ARG_WITH([gcclib],...  depending on
> your taste; [...]

not only taste matters here: "enable" is meant for features of the package,
while "with" is meant for cooperation with external packages,
eg. --without-x.

IMHO, AC_ARG_ENABLE([gcclib],... would be more appropriate.

Have a nice year,
        Stepan Kasal




reply via email to

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