Bernardo Gomez Palacio created MESOS-849:
--------------------------------------------
Summary: As a developer I should be able to set the AUTOMAKE and
ACLOCAL environment variables for autoconf to pickup when using the bootstrap
script.
Key: MESOS-849
URL: https://issues.apache.org/jira/browse/MESOS-849
Project: Mesos
Issue Type: Improvement
Components: general
Reporter: Bernardo Gomez Palacio
Assignee: Bernardo Gomez Palacio
Priority: Minor
Rationale:
As a build user I should be able to set the AUTOMAKE and ACLOCAL environment
variables for autoconf to pickup when using the bootstrap script.
This is required when you have available in your path an AUTOMAKE that is not
compatible with the one that Mesos requires. Currently there is no way you can
do this through the bootstrap script.
As an example I should be able to do
```
AUTOMAKE="/usr/local/bin/automake-1.12" ACLOCAL="/usr/local/bin/aclocal-1.12"
./bootstrap
```
--
This message was sent by Atlassian JIRA
(v6.1#6144)