/usr/share/dune/aclocal/libtoolcompat.m4 is in libdune-common-dev 2.3.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 | dnl Compatibility m4 to make dune work with
dnl libtool 1.5 and libtool 2.x
AC_DEFUN([LT_COMPAT],[
# LT_COMPAT
m4_ifdef([LT_OUTPUT],[],[AC_DEFUN([LT_OUTPUT])])
])
|