Chun-Hung Hsiao created MESOS-7857:
--------------------------------------
Summary: `DISTCHECK_CONFIGURE_FLAGS` does not inherit flags from
`configure`
Key: MESOS-7857
URL: https://issues.apache.org/jira/browse/MESOS-7857
Project: Mesos
Issue Type: Improvement
Reporter: Chun-Hung Hsiao
Priority: Trivial
When we run {{make distcheck}} in the following scenario:
{noformat}
../configure --with-ssl=/opt/openssl --with-zlib=/opt/zlib
--with-protobuf=/opt/protobuf
make distcheck
{noformat}
It will report erros about not being able to find zlib, ssl, protobuf, etc,
unless we run the following command instead:
{noformat}
make distcheck DISTCHECK_CONFIGURE_FLAGS="--with-ssl=/opt/openssl
--with-zlib=/opt/zlib --with-protobuf=/opt/protobuf"
{noformat}
It seems that making {{DISTCHECK_CONFIGURE_FLAGS}} inherit the flags from
running {{configure}} is more natural and can improve user experience.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)