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

first version of ,,global'' setup tool

[[Imported from SVN: r569]]
parent c5d403b1
No related branches found
No related tags found
No related merge requests found
Module: Dune
Suggests: UG Alberta Alu3d
run_configure () {
if test "x$HAVE_UG" == "xyes"; then
PARAM="--with-ug=$PATH_UG"
fi
if test "x$HAVE_Alberta" == "xyes"; then
PARAM="$PARAM --with-alberta=$PATH_Alberta"
fi
if test "x$HAVE_Alu3d" == "xyes"; then
PARAM="$PARAM --with-alberta=$PATH_Alu3d"
fi
./configure $PARAM
}
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