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

[autotools] Use correct m4 file name (umfpack.m4)

Previously a non existent file name (umfpack) was used in
Makefile.am. This broke the build with the message:

make[2]: *** Keine Regel vorhanden, um das Target »umfpack«,
  benötigt von »all-am«, zu erstellen.  Schluss.
make[2]: Leaving directory `/home/mblatt/src/dune/current/dune-common/build-auto/m4'

This patch fixes this by using the correct name.
parent 2ab5f3c2
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ ALLM4S = \
opengl.m4 \
parmetis.m4 \
shared_ptr.m4 \
umfpack \
umfpack.m4 \
xdr.m4
aclocaldir = $(datadir)/aclocal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment