[MOAB-dev] commit/MOAB: tautges: Fixing the problem where autoreconf -fi gives a warning about non-portable syntax.
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Tue Sep 17 12:15:20 CDT 2013
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/dd9394731ccb/
Changeset: dd9394731ccb
Branch: master
User: tautges
Date: 2013-09-17 19:15:13
Summary: Fixing the problem where autoreconf -fi gives a warning about non-portable syntax.
Affected #: 1 file
diff --git a/test/parallel/Makefile.am b/test/parallel/Makefile.am
index 130bfe8..d611c7b 100644
--- a/test/parallel/Makefile.am
+++ b/test/parallel/Makefile.am
@@ -27,8 +27,8 @@ endif
# Run parallel tests in parallel
if USE_MPIEXEC
- OLD_ENVIRONMENT := ${TESTS_ENVIRONMENT}
- TESTS_ENVIRONMENT = ${MPIEXEC} ${MPIEXEC_NP} ${NP} ${OLD_ENVIRONMENT}
+ LOG_COMPILER = ${MPIEXEC}
+ AM_LOG_FLAGS = ${MPIEXEC_NP} ${NP}
endif
TESTS = pcomm_unit \
Repository URL: https://bitbucket.org/fathomteam/moab/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the moab-dev
mailing list