Skip to content
Snippets Groups Projects
Commit b1dc9a16 authored by Markus Blatt's avatar Markus Blatt
Browse files

[bugfix,mpi-config] Corrected path to installed m4 files.

Previously running the installed mpi-config failed as mpi-config.m4
was not found. This patch corrects the path to it in the script and
fixes the problem.
parent 4d2680ea
Branches
Tags
No related merge requests found
......@@ -39,7 +39,7 @@ findm4dir() {
return
fi
# installed
M4DIR="$BINDIR/../share/aclocal"
M4DIR="$BINDIR/../share/dune/aclocal"
if test -f "$M4DIR/mpi-config.m4"; then
echo "$M4DIR"
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment