Re: [dpdk-dev] [PATCH v3 3/6] doc/api: fix warning with meson build

2020-01-10 Thread Bruce Richardson
On Thu, Jan 09, 2020 at 07:03:05PM +0100, David Marchand wrote: > On Thu, Jan 9, 2020 at 4:31 PM Bruce Richardson > wrote: > > > > The install parameter to configure_file is new in 0.50 and generates a > > warning since it is newer than our minimum version of 0.47.1. The > > parameter, however, is

Re: [dpdk-dev] [PATCH v3 3/6] doc/api: fix warning with meson build

2020-01-09 Thread David Marchand
On Thu, Jan 9, 2020 at 4:31 PM Bruce Richardson wrote: > > The install parameter to configure_file is new in 0.50 and generates a > warning since it is newer than our minimum version of 0.47.1. The > parameter, however, is unneeded as the documentation states: > > "When omitted it defaults to true

[dpdk-dev] [PATCH v3 3/6] doc/api: fix warning with meson build

2020-01-09 Thread Bruce Richardson
The install parameter to configure_file is new in 0.50 and generates a warning since it is newer than our minimum version of 0.47.1. The parameter, however, is unneeded as the documentation states: "When omitted it defaults to true when install_dir is set and not empty, false otherwise." Given th