[ovs-dev] [PATCH 2/2] configure: add configure option to disable building brcompat

Ben Pfaff blp at nicira.com
Mon Mar 12 17:41:48 UTC 2012


On Fri, Mar 09, 2012 at 06:17:07PM -0800, Chris Wright wrote:
> This adds ability to do:
> 
>   ./configure --disable-brcompat
> 
> to disable building userspace and kernel module associated with
> providing linux bridge compatibility.
> 
> Signed-off-by: Chris Wright <chrisw at sous-sol.org>

I've had a little bit of trouble in the past with Automake not
distributing some kinds of files that are conditionally built.  So,
with this patch applied, does
        ./configure --disable-brcompat
        make distcheck
pass, e.g. does "make dist" still distribute the source files and
(especially) the manpages that are now conditional?

Thanks,

Ben.



More information about the dev mailing list