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
_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf