autoconf
[Top][All Lists]
Advanced

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

Re: Adding an option to configure?


From: Keith Marshall
Subject: Re: Adding an option to configure?
Date: Wed, 28 Dec 2005 21:49:34 +0000

On Wednesday 28 December 2005 12:28 am, Chris Telting wrote:
> I am trying to modify the configure script for gcc.  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;  the option to disable building then becomes --disable-gcclib, or 
--without-gcclib, respectively.

Regards,
Keith.




reply via email to

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