From 88d6952ac9dcecae5746b826a81398fa132db830 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 25 Mar 2009 08:46:25 +0000 Subject: [PATCH] update to current Dune conventions [[Imported from SVN: r10073]] --- configure.ac | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index af3bdfb..14b6005 100644 --- a/configure.ac +++ b/configure.ac @@ -2,13 +2,16 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) -AC_INIT(elasticity, 1.0, sander) -AM_INIT_AUTOMAKE(elasticity, 1.0, sander) +DUNE_AC_INIT # gets module version from dune.module file +AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([linelast.cc]) AM_CONFIG_HEADER([config.h]) +# Create symlink dune -> $top_srcdir +DUNE_SYMLINK + # we need no more than the standard DUNE-stuff -DUNE_CHECK_ALL([dune-common], [dune-grid], [dune-istl], [dune-disc]) +DUNE_CHECK_ALL # implicitly set the Dune-flags everywhere AC_SUBST(AM_CPPFLAGS, $DUNE_CPPFLAGS) -- GitLab