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@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to