Skip to content
Snippets Groups Projects
Commit 1aaa59d6 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

bug fixes to make the build system work again.

Seems like there has not been any testing at all.


[[Imported from SVN: r5071]]
parent 2166577b
No related branches found
No related tags found
No related merge requests found
......@@ -18,13 +18,13 @@
m4_define([DUNE_PARSE_MODULE_FILE],[
m4_define([DUNE_MOD_VERSION],
[m4_esyscmd([grep ^Version: dune.module | tr '\n' ' ' | sed -e 's/^.*://' -e 's/\s*//'])])
[m4_esyscmd([grep ^Version: dune.module | tr '\n' ' ' | sed -e 's/^.*://' -e 's/\s*//g'])])
m4_define([DUNE_MOD_NAME],
[m4_esyscmd([grep ^Module: dune.module | tr '\n' ' ' | sed -e 's/^.*://' -e 's/\s*//'])])
[m4_esyscmd([grep ^Module: dune.module | tr '\n' ' ' | sed -e 's/^.*://' -e 's/\s*//g'])])
])
m4_define([DUNE_AC_INIT],[
PARSE_MODULE_FILE
DUNE_PARSE_MODULE_FILE
AC_INIT(DUNE_MOD_NAME, DUNE_MOD_VERSION, dune@dune-project.org)
])
......
......@@ -43,7 +43,7 @@ AC_DEFUN([_slu_dist_search_default],
]
)
AC_DEFUN([DUNE_PATH_SUPERLU_DIS],[
AC_DEFUN([DUNE_PATH_SUPERLU_DIST],[
AC_MSG_CHECKING(for SuperLUDist library)
AC_REQUIRE([AC_PROG_CC])
AC_REQUIRE([ACX_BLAS])
......
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