Skip to content
Snippets Groups Projects
Commit db55131b authored by Martin Nolte's avatar Martin Nolte
Browse files

merge trunk

[[Imported from SVN: r6729]]
parents c5fca853 22a29af2
Branches
Tags
No related merge requests found
......@@ -145,7 +145,7 @@ namespace Dune
}
namespace std
{
template<typename T1,typename T2> class pair;
template<typename T1,typename T2> struct pair;
}
namespace Dune
......
......@@ -69,7 +69,8 @@ parse_control() {
# - source module: ${path}/dune.module
# and there is a file ${path}/${name}.pc.in
local path="$(canonicalpath "$1")"
if test -f $path/../../../lib/dunecontrol/${name}/dune.module; then
if test ! -f $path/dune.module -a \
-f $path/../../../lib/dunecontrol/${name}/dune.module; then
path=$(canonicalname "$path/../../../")
export module_inst="yes"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment