Skip to content
Snippets Groups Projects
Commit 10f70b89 authored by Christian Engwer's avatar Christian Engwer
Browse files

protect shell code from m4 substitution

[[Imported from SVN: r5118]]
parent 9e397159
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ AC_DEFUN([DUNE_CHECK_MODULES],[
if test "x$_DUNE_MODULE[]_VERSION" != "x"; then
txt="$txt version $_DUNE_MODULE[]_VERSION"
fi
DUNE_SUMMARY="$DUNE_SUMMARY echo '$txt';"
[DUNE_SUMMARY="$DUNE_SUMMARY echo '$txt';"]
# remove local variables
m4_popdef([_dune_name])
......
......@@ -165,7 +165,7 @@ AC_DEFUN([DUNE_SUMMARY_ALL],[
echo
echo "-----------------------------"
echo
eval $DUNE_SUMMARY
[eval $DUNE_SUMMARY]
echo "ALBERTA..........: $with_alberta"
echo "ALUGrid..........: $with_alugrid"
echo "AmiraMesh........: $with_amiramesh"
......
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