You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Bernardo Gomez Palacio (JIRA)" <ji...@apache.org> on 2013/11/26 21:16:35 UTC

[jira] [Commented] (MESOS-849) As a developer I should be able to set the AUTOMAKE and ACLOCAL environment variables for autoconf to pickup when using the bootstrap script.

    [ https://issues.apache.org/jira/browse/MESOS-849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13832992#comment-13832992 ] 

Bernardo Gomez Palacio commented on MESOS-849:
----------------------------------------------

Review board created.
https://reviews.apache.org/r/15862/

Github branch:
https://github.com/berngp/mesos/tree/feature/MESOS-849

> 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
>              Labels: build
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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)