dune-*-config.hh not installed
Hopefully this is due to failed python install, see #380
Inspired by #379 (closed) I had to test how the approach works with installed modules. Unfortunately, it seems like the config headers are not installed even though they are included by others:
$ find ~/dune_install/include/dune -name dune-common-config.hh
$ grep -r dune-common-config.hh ~/dune_install/include/dune
/home/mblatt/dune_install/include/dune/common/std/functional.hh:#include <dune-common-config.hh> // DUNE_HAVE_CXX_STD_IDENTITY
/home/mblatt/dune_install/include/dune/common/std/type_traits.hh:#include <dune-common-config.hh> // DUNE_HAVE_CXX_EXPERIMENTAL_IS_DETECTED
/home/mblatt/dune_install/include/dune/common/dynmatrixev.hh:#include <dune-common-config.hh> // HAVE_LAPACK
/home/mblatt/dune_install/include/dune/common/fmatrixev.hh:#include <dune-common-config.hh> // HAVE_LAPACK
/home/mblatt/dune_install/include/dune/common/stdstreams.hh:#include <dune-common-config.hh> // DUNE_MINIMAL_DEBUG_LEVEL
/home/mblatt/dune_install/include/dune/common/version.hh:#include <dune-common-config.hh> // DUNE_[MODULE]_VERSION_[TYPE]
$
Is this intended?