Repository: mesos Updated Branches: refs/heads/master 9d4ac11ed -> da37f81ba
mesos: Enabled automake maintainer mode. Review: https://reviews.apache.org/r/37221 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1e497484 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1e497484 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1e497484 Branch: refs/heads/master Commit: 1e497484a574f4e9059e8a8818234c509ec0297b Parents: 9d4ac11 Author: James Peach <[email protected]> Authored: Mon Aug 10 14:17:52 2015 +0200 Committer: Till Toenshoff <[email protected]> Committed: Mon Aug 10 14:18:48 2015 +0200 ---------------------------------------------------------------------- configure.ac | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/1e497484/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 0794279..b9ecafd 100644 --- a/configure.ac +++ b/configure.ac @@ -34,6 +34,7 @@ AC_CONFIG_MACRO_DIR([m4]) # -Wno-portability, since we require GNU Make for % patterns # Removal of -Werror due warnings introduced by automake 1.14. AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign]) +AM_MAINTAINER_MODE([enable]) # This is required for linking non-POSIX libs. m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
