[mpich] MPICH primary repository branch, master, updated. v3.0.4-318-gbf9f8ea
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via bf9f8ea8a298131bb7405eee07a54fd211323d57 (commit) from 80e65b62447095372b18459d170f09316a71431a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/bf9f8ea8a298131bb7405eee07a54fd211... commit bf9f8ea8a298131bb7405eee07a54fd211323d57 Author: Rob Latham <[email protected]> Date: Thu Jun 27 16:41:58 2013 +0000 some AM_INIT_AUTOMAKE invocations were missing subdir-objects automake-1.14 will carp if the subdir-objects option is missing and it thinks you should have specified this option, and since we treat warnings as errors we need to specify this option. MPICH requires a pretty new version of automake, so it's doubtful we'll ever encounter the 1999-era automake that does not understand 'subdir-objects' diff --git a/src/armci/configure.ac b/src/armci/configure.ac index 99c71a4..3baec51 100644 --- a/src/armci/configure.ac +++ b/src/armci/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ(2.62) AC_INIT([armci],[0]) AC_CONFIG_AUX_DIR(m4) AC_CONFIG_MACRO_DIR(m4) -AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability-recursive foreign 1.12.3 color-tests parallel-tests]) +AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability-recursive foreign 1.12.3 color-tests parallel-tests subdir-objects]) LT_PREREQ([2.2.6]) diff --git a/src/mpl/configure.ac b/src/mpl/configure.ac index fa7380c..9630371 100644 --- a/src/mpl/configure.ac +++ b/src/mpl/configure.ac @@ -11,7 +11,7 @@ AC_CONFIG_SRCDIR([src/mplstr.c]) AC_CONFIG_AUX_DIR(confdb) AC_CONFIG_MACRO_DIR(confdb) -AM_INIT_AUTOMAKE([-Wall -Werror foreign 1.12.3]) +AM_INIT_AUTOMAKE([subdir-objects] [-Wall -Werror foreign 1.12.3]) dnl must come before LT_INIT, which AC_REQUIREs AC_PROG_CC PAC_PROG_CC diff --git a/src/openpa/configure.ac b/src/openpa/configure.ac index 7390333..cb21607 100644 --- a/src/openpa/configure.ac +++ b/src/openpa/configure.ac @@ -12,7 +12,7 @@ dnl config.guess. It also contains autoconf macro files. AC_CONFIG_AUX_DIR(confdb) AC_CONFIG_MACRO_DIR([confdb]) -AM_INIT_AUTOMAKE([-Wall -Werror foreign color-tests 1.12.3]) +AM_INIT_AUTOMAKE([-Wall -Werror foreign color-tests 1.12.3 subdir-objects]) # automake 1.12 seems to require this, but automake 1.11 doesn't recognize it # must come before LT_INIT diff --git a/src/pm/hydra/configure.ac b/src/pm/hydra/configure.ac index 46a980e..85a3f1e 100644 --- a/src/pm/hydra/configure.ac +++ b/src/pm/hydra/configure.ac @@ -32,7 +32,7 @@ AS_CASE([$host], ) -AM_INIT_AUTOMAKE([-Wall -Werror foreign 1.12.3]) +AM_INIT_AUTOMAKE([-Wall -Werror foreign 1.12.3 subdir-objects]) AM_PROG_AR ----------------------------------------------------------------------- Summary of changes: src/armci/configure.ac | 2 +- src/mpl/configure.ac | 2 +- src/openpa/configure.ac | 2 +- src/pm/hydra/configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org