[mpich] MPICH primary repository branch, master, updated. v3.1.3-158-g4743a3b
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 4743a3bab1157f51dee30ff6111d6c0f9ec4c28b (commit) from d69855feff25ccc0a7b2cd9292454425613e03a8 (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/4743a3bab1157f51dee30ff6111d6c0f9e... commit 4743a3bab1157f51dee30ff6111d6c0f9ec4c28b Author: Junchao Zhang <[email protected]> Date: Fri Nov 7 12:58:46 2014 -0600 Remove unused AM_CONDITIONAL vars in testsuite configure.ac The expressions are wrong, e.g., [test "X$f77dir" = "f77"] should be [test "$f77dir" = "f77"]. Also, these vars are not used. So we just remove them. Signed-off-by: Ken Raffenetti <[email protected]> diff --git a/test/mpi/configure.ac b/test/mpi/configure.ac index 81cbd95..1bf4a62 100644 --- a/test/mpi/configure.ac +++ b/test/mpi/configure.ac @@ -804,7 +804,6 @@ if test "$f77dir" = "f77" ; then AC_DEFINE(HAVE_FORTRAN_BINDING,1,[Define if Fortran is supported]) fi -AM_CONDITIONAL([BUILD_F77_TESTS],[test "X$f77dir" = "f77"]) AC_ARG_VAR([MPI_SIZEOF_AINT],[if set, force MPI_Aint to a width of this many bytes]) AC_ARG_VAR([MPI_SIZEOF_OFFSET],[if set, force MPI_Offset to a width of this many bytes]) @@ -1189,7 +1188,6 @@ elif test "$enable_fc" = yes ; then ]) AC_LANG_POP([Fortran]) fi -AM_CONDITIONAL([BUILD_F90_TESTS],[test "X$f90dir" = "f90"]) f08dir="#" AC_SUBST(f08dir) @@ -1294,7 +1292,6 @@ if test "$enable_cxx" = yes ; then fi AC_LANG_POP([C++]) fi -AM_CONDITIONAL([BUILD_CXX_TESTS],[test "X$cxxdir" = "cxx"]) AC_LANG_C # IO ----------------------------------------------------------------------- Summary of changes: test/mpi/configure.ac | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org