This file is indexed.

/usr/share/dune/aclocal/dune-localfunctions.m4 is in libdune-localfunctions-dev 2.4.1-1.

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
AC_DEFUN([DUNE_LOCALFUNCTIONS_CHECKS],[
  AM_CONDITIONAL([ALUGRID], [test x$HAVE_ALUGRID = x1])
])

AC_DEFUN([DUNE_LOCALFUNCTIONS_CHECK_MODULE],[
  AC_MSG_NOTICE([Searching for dune-localfunctions...])
  DUNE_CHECK_MODULES([dune-localfunctions], [localfunctions/common/localkey.hh])
])