Skip to content
Snippets Groups Projects
Commit 86ffe388 authored by Christian Engwer's avatar Christian Engwer
Browse files

- remove symlink command

- define DUNE_COMMON_BIN to make out-of-source builds work
 ... in general there is still some work to be done

[[Imported from SVN: r5693]]
parent ff7b8474
No related branches found
No related tags found
No related merge requests found
......@@ -7,15 +7,14 @@ AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([dune/common/stdstreams.cc])
AM_CONFIG_HEADER([config.h])
# create symlink dune -> $top_srcdir
DUNE_SYMLINK
# add configure flags needed to create log files for dune-autobuild
DUNE_AUTOBUILD_FLAGS
# check all dune dependecies and prerequisits
DUNE_CHECK_ALL
# preset variable to path such that #include <dune/...> works
AC_SUBST([DUNE_COMMON_ROOT], '$(abs_top_builddir)')
AC_SUBST([DUNE_COMMON_ROOT], '$(abs_top_srcdir)')
AC_SUBST([DUNE_COMMON_BIN], '$(abs_top_srcdir)/bin/')
AC_SUBST([AM_CPPFLAGS], '-I$(top_srcdir)')
AC_SUBST([LOCAL_LIBS], '$(top_builddir)/dune/common/libcommon.la')
......
......@@ -15,7 +15,7 @@ TESTPROGS = parsetest test-stack arraylisttest smartpointertest \
float_cmp
# which tests to run
COMPILE_XFAIL=$(DUNE_COMMON_ROOT)/bin/xfail-compile-tests
COMPILE_XFAIL=$(DUNE_COMMON_BIN)/xfail-compile-tests
COMPILE_XFAIL_TESTS = genericiterator_compile_fail nullptr-test-fail static_assert_test
......
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