/usr/share/dune/aclocal/dune-grid-glue.m4 is in libdune-grid-glue-dev 2.4.0-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | # Additional checks needed to build the module
AC_DEFUN([DUNE_GRID_GLUE_CHECKS],[
AC_REQUIRE([DUNE_PATH_PSURFACE])
])
# Additional checks needed to find the module
AC_DEFUN([DUNE_GRID_GLUE_CHECK_MODULE],
[
DUNE_CHECK_MODULES([dune-grid-glue], [grid-glue/merging/standardmerge.hh], [[
&StandardMerge<double,1,1,1>::build;]])
])
|