From dba171e3a1a84d16bfe34a6557b5895618206d29 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 13 Jan 2010 13:43:54 +0000 Subject: [PATCH] Do not create the dune --> . symlink anymore. We'll start to follow general Dune procedure [[Imported from SVN: r3134]] --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 83caaeba..0faa6734 100644 --- a/configure.ac +++ b/configure.ac @@ -10,9 +10,6 @@ AM_CONFIG_HEADER([config.h]) # Run all checks DUNE_CHECK_ALL -# Create a symlink dune --> . in the main module directory -DUNE_SYMLINK - # implicitly set the Dune-flags everywhere AC_SUBST(AM_CPPFLAGS, $DUNE_CPPFLAGS) AC_SUBST(AM_LDFLAGS, $DUNE_LDFLAGS) -- GitLab