From c5fca853fae6aab8ea789ca570eca6bcdf39f7f2 Mon Sep 17 00:00:00 2001 From: Martin Nolte <mnolte@dune-project.org> Date: Tue, 15 May 2012 14:56:48 +0000 Subject: [PATCH] propagate DUNE_[module]_FLAVOR_MN into other modules [[Imported from SVN: r6721]] --- configure.ac | 2 -- m4/dune_common.m4 | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 490dd1127..194b9b333 100644 --- a/configure.ac +++ b/configure.ac @@ -7,8 +7,6 @@ AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([dune/common/stdstreams.cc]) AM_CONFIG_HEADER([config.h]) -AC_DEFINE(DUNE_COMMON_FLAVOR_MN, 1, [This is Martin's personal development version of dune-common!]) - # add configure flags needed to create log files for dune-autobuild DUNE_AUTOBUILD_FLAGS # check all dune dependecies and prerequisits diff --git a/m4/dune_common.m4 b/m4/dune_common.m4 index 4f4a17401..9d916a962 100644 --- a/m4/dune_common.m4 +++ b/m4/dune_common.m4 @@ -1,5 +1,7 @@ AC_DEFUN([DUNE_COMMON_CHECKS], [ + AC_DEFINE(DUNE_COMMON_FLAVOR_MN, 1, [This is Martin's personal development version of dune-common!]) + AC_REQUIRE([PKG_PROG_PKG_CONFIG]) AC_REQUIRE([AC_PROG_CC]) -- GitLab