From 4bd600111bcf4ef6d67555d63f3f55ff7e56e6f7 Mon Sep 17 00:00:00 2001 From: Jorrit Fahlke <joe@dune-project.org> Date: Sat, 6 Feb 2010 19:13:37 +0000 Subject: [PATCH] put indirect values in the ALL_PKG_* stuff [[Imported from SVN: r5886]] --- m4/dune_mpi.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/dune_mpi.m4 b/m4/dune_mpi.m4 index 3bb47a676..22c2e0ec7 100644 --- a/m4/dune_mpi.m4 +++ b/m4/dune_mpi.m4 @@ -215,7 +215,7 @@ AC_DEFUN([DUNE_MPI],[ [The MPI_CPPFLAGS configure substitute is deprecated. Please change your Makefile.am to use DUNEMPICPPFLAGS instead. Note that it is a good idea to change any occurance of MPI_LDFLAGS into DUNEMPILIBS and DUNEMPILDFLAGS as appropriate, since it is not possible to issue a deprecation warning in that case.]) AC_SUBST(MPI_LDFLAGS) - DUNE_ADD_ALL_PKG([MPI], [$DUNEMPICPPFLAGS], [$DUNEMPILDFLAGS], [$DUNEMPILIBS]) + DUNE_ADD_ALL_PKG([MPI], [\${DUNEMPICPPFLAGS}], [\${DUNEMPILDFLAGS}], [\${DUNEMPILIBS}]) AM_CONDITIONAL(MPI, [test "x$with_mpi" != "xno"]) -- GitLab