Re: Adding an option to configure?

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

 



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.


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux