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 80e65b62447095372b18459d170f09316a71431a (commit) from 1deb8ae7c393928272bc29ad27ad27ecdafd4116 (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/80e65b62447095372b18459d170f09316a... commit 80e65b62447095372b18459d170f09316a71431a Author: Ken Raffenetti <[email protected]> Date: Mon Jun 24 09:28:17 2013 -0500 Add support for MPICH_AUTOTOOLS_DIR in hwloc. Fixes 1881. diff --git a/src/pm/hydra/tools/topo/hwloc/hwloc/autogen.sh b/src/pm/hydra/tools/topo/hwloc/hwloc/autogen.sh index df42802..c73edc2 100755 --- a/src/pm/hydra/tools/topo/hwloc/hwloc/autogen.sh +++ b/src/pm/hydra/tools/topo/hwloc/hwloc/autogen.sh @@ -1,2 +1,9 @@ -: -autoreconf ${autoreconf_args:-"-ivf"} +#!/bin/sh + +if [ -n "$MPICH_AUTOTOOLS_DIR" ] ; then + autoreconf=${MPICH_AUTOTOOLS_DIR}/autoreconf +else + autoreconf=${AUTORECONF:-autoreconf} +fi + +$autoreconf ${autoreconf_args:-"-ivf"} ----------------------------------------------------------------------- Summary of changes: src/pm/hydra/tools/topo/hwloc/hwloc/autogen.sh | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) hooks/post-receive -- MPICH primary repository