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>
Wed, 29 Jul 2009 23:48:45 +0000 (16:48 -0700)
commit31a7c9e7766fed8e72b873850f3798801e442401
tree628cad6cf1078ad56bb053fca8d0631255f046f2
parentc2b070214097fa40dc78252882d96babe7fab4b4
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