This file is indexed.

/usr/share/aclocal/llnl_apple_restfp.m4 is in libsidl-dev 1.4.0.dfsg-8.2.

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
13
14
15
AC_DEFUN([_STAR_RESTFP_FIX_F77],
   [case $build_os in
    darwin*)
      FLIBS="-L/usr/lib $FLIBS"
    ;;
    esac
])

AC_DEFUN([_STAR_RESTFP_FIX_FC],
   [case $build_os in
    darwin*)
      FCLIBS="-L/usr/lib $FCLIBS"
    ;;
    esac
])