From 21177331f773eaf811a54746f45253183e8618a5 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Thu, 10 Jan 2008 00:15:32 +0000 Subject: [PATCH] DUNE_COMMON_PATH should be (fixes #315 & #319) [[Imported from SVN: r5055]] --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1b7ad2b8b..088fc039c 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AM_CONFIG_HEADER([config.h]) DUNE_CHECK_ALL_M # preset variable to path such that #include <dune/...> works -AC_SUBST([DUNE_COMMON_ROOT], '$(top_srcdir)') +AC_SUBST([DUNE_COMMON_ROOT], '$(top_builddir)') AC_SUBST([AM_CPPFLAGS], '-I$(top_srcdir)') AC_SUBST([LOCAL_LIBS], '$(top_builddir)/common/libcommon.la') -- GitLab