From fca6863885d8c119a294af4352a24af2cc4d5cd6 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Tue, 25 Sep 2007 14:11:27 +0000 Subject: [PATCH] reapplied configure.ac changes from revision 4988 [[Imported from SVN: r4996]] --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5c3f2bbe3..179f538f2 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,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_builddir)') +AC_SUBST([DUNE_COMMON_ROOT], '$(top_srcdir)') AC_SUBST([AM_CPPFLAGS], '-I$(top_srcdir)') AC_SUBST([LOCAL_LIBS], '$(top_builddir)/common/libcommon.la') -- GitLab