Remove --disable-userspace "configure" option, since it breaks "make dist".
authorBen Pfaff <blp@nicira.com>
Wed, 29 Jul 2009 23:48:45 +0000 (16:48 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 1 Dec 2009 17:21:59 +0000 (09:21 -0800)
commit88aa338eed96ef3cf45bfe9e0048440c740db71b
treebc2d08c00572e824d9146f55d32cd575602ed2b6
parent6d7356763a882cc5dbd814cafd8dacffc6544af6
Remove --disable-userspace "configure" option, since it breaks "make dist".

I had thought that Automake was smart enough to ignore conditionals around
EXTRA_DIST, so that all files always got distributed regardless of whether
Automake conditionals were set.  I was wrong.

This commit removes the --disable-userspace option to "configure", which
put a conditional around most of Makefile.am and thus unintentionally
caused most of the distribution to be left out if --disable-userspace was
specified.  The alternative (fixing --disable-userspace) seems like too
much work--it would require pushing "if ENABLE_USERSPACE" down into lots
of subdirectory--and would be difficult to maintain.
Makefile.am
acinclude.m4
configure.ac