Skip to content
Snippets Groups Projects
Commit c5fca853 authored by Martin Nolte's avatar Martin Nolte
Browse files

propagate DUNE_[module]_FLAVOR_MN into other modules

[[Imported from SVN: r6721]]
parent d4f0d049
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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])
......
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