// file : bpkg/pkg-configure-options.cli // copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; "\section=1" "\name=bpkg-pkg-configure" "\summary=configure package" /* "\h{SYNOPSIS} bpkg pkg-configure []" "\h{DESCRIPTION} The \cb{pkg-configure} command configures the output directory for the previously unpacked (\cb{pkg-unpack}) package. The package inherits the common \cb{build2} configuration values that were specified when creating the \cb{bpkg} configuration (\cb{cfg-create}). Additional, package-specific configuration variables can be specified after the package name." */ namespace bpkg { class pkg_configure_options: configuration_options { }; }