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

Martin Drohmann found a bug in the Howto

please merge to release

[[Imported from SVN: r5459]]
parent 012647c4
Branches
Tags
No related merge requests found
......@@ -50,7 +50,7 @@
Felix Albrecht$^\dagger$}
%\date{\svnToday}
\date{February 27 2009}
\date{March 1 2009}
\publishers{%
\vspace{10mm}
......@@ -1087,15 +1087,15 @@ Suggests: UG Alberta Alu3d
# overload the run_configure command
run_configure () {
# lets extend the paramter list $PARAMS
# lets extend the paramter list $CMD_FLAGS
if test "x$HAVE_UG" == "xyes"; then
PARAMS="$PARAMS \"--with-ug=$PATH_UG\""
CMD_FLAGS="$CMD_FLAGS \"--with-ug=$PATH_UG\""
fi
if test "x$HAVE_Alberta" == "xyes"; then
PARAMS="$PARAMS \"--with-alberta=$PATH_Alberta\""
CMD_FLAGS="$CMD_FLAGS \"--with-alberta=$PATH_Alberta\""
fi
if test "x$HAVE_Alu3d" == "xyes"; then
PARAMS="$PARAMS \"--with-alugrid=$PATH_Alu3d\""
CMD_FLAGS="$CMD_FLAGS \"--with-alugrid=$PATH_Alu3d\""
fi
# call the default implementation
run_default_configure
......@@ -1122,8 +1122,8 @@ The command section lets you overload the default implementation
provided by \dunecontrol. For each command \dunecontrol call the
function \texttt{run\_\textit{command}}. The parameters from the
commandline or the opts file are store in the variable
\texttt{\$PARAMS}. If you just want to create additional parameters
you can add these to \texttt{\$PARAMS} and then call the default
\texttt{\$CMD_FLAGS}. If you just want to create additional parameters
you can add these to \texttt{\$CMD_FLAGS} and then call the default
implementation of the command via
\texttt{run\_default\_\textit{command}}.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment