diff --git a/configure.ac b/configure.ac index 2ef329f26a38884172a8a8878d43b7853f837640..ffa2e0537fefc3848013941cbfec8ad903b811e4 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ DUNE_AUTOBUILD_FLAGS DUNE_CHECK_ALL # preset variable to path such that #include <dune/...> works -AC_SUBST([DUNE_COMMON_ROOT], '$(top_builddir)') +AC_SUBST([DUNE_COMMON_ROOT], '$(abs_top_builddir)') AC_SUBST([AM_CPPFLAGS], '-I$(top_srcdir)') AC_SUBST([LOCAL_LIBS], '$(top_builddir)/dune/common/libcommon.la')