Skip to content
Snippets Groups Projects
Commit 48f94966 authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

support relative --with-duneweb path

[[Imported from SVN: r1926]]
parent 1356e246
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,9 @@ AC_ARG_WITH(duneweb,
if test x$with_duneweb != x && test -e $with_duneweb/layout/default.wml ; then
AC_MSG_WARN([duneweb-directory seems to be wrong!])
fi
if test -d $with_duneweb ; then
with_duneweb=`(cd $with_duneweb && pwd)` ;
fi
AC_SUBST(DUNEWEBDIR, $with_duneweb)
echo
......
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