----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35084/ -----------------------------------------------------------
Review request for mesos. Repository: mesos Description ------- Add the MESOS_USE_BUNDLED_PACKAGE() macro to make it easy to provide consistent behavior for bundled packages selected by either --enable-bundled-$PACKAGE or --with-$PACKAGE. The default policy is set by --enable-bundled and overridden when the user specifies an --enable-bundled-$PACKAGE or --with-$PACKAGE option. If --with-$PACKAGE is specified as "bundled", the bundled version is selected. Diffs ----- configure.ac cad7f0e92eacc86d37b3f578382946db8b466531 Diff: https://reviews.apache.org/r/35084/diff/ Testing ------- Configure and build on CentOS 7 and Mac OS X 10.10.3. Verify various (not exhaustive!) combinations of enabling and disableing bundled packages. For example, on CentOS, this alost works: $ onfigure.developer --disable-bundled --with-zookeeper=bundled --with-gmock=bundled To work completely, this change needs to be propagated to libprocess, which I can do once reviewers agree that it's the right behavior. Thanks, James Peach
