autoconf
[Top][All Lists]
Advanced

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

Re: Multiple --with-foo possible?


From: Ralf Wildenhues
Subject: Re: Multiple --with-foo possible?
Date: Sat, 5 Apr 2008 12:54:39 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

Hello Thomas,

* Thomas Schwinge wrote on Sat, Apr 05, 2008 at 11:36:50AM CEST:
> 
> Is it possible to have the case handled where multiple ``--with-foo''
> arguments are given?  Currently the last one wins, it seems.
> 
> What I'd like to support is ``--with-module=this
> --with-module=another_one ...''.  Is this possible?

No, unfortunately not; the possibility to override earlier command line
arguments is pretty helpful in some cases.  You can use
  --with-module=foo,bar,baz

or
  --with-foo-module --with-bar-module...

If those modules describe parts of your package, then you should be
using --enable/--disable instead, no?

Cheers,
Ralf




reply via email to

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