config_query_option \
    LXC_OPTS \
    "Build API documentation" n \
    --enable-api-doc \
    --disable-api-doc &&
config_query_option \
    LXC_OPTS \
    "Build man pages" y \
    --enable-doc \
    --disable-doc &&
config_query_option \
    LXC_OPTS \
    "Install examples" y \
    --enable-examples \
    --disable-examples
