This file is indexed.

/usr/share/anjuta/templates/gnome-shell-extension/configure.ac.tpl is in anjuta-common 2:3.10.2-0ubuntu2.

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
16
17
18
19
20
[+ autogen5 template +]
dnl Process this file with autoconf to produce a configure script.
dnl Created by Anjuta application wizard.

AC_INIT([+NameCLower+], [+Version+])

AC_CONFIG_HEADERS([config.h])

AC_PREFIX_DEFAULT(~/.local/share/gnome-shell/extensions)

AM_INIT_AUTOMAKE([1.11 foreign])

AM_SILENT_RULES([yes])

LT_INIT

AC_OUTPUT([
Makefile
src/Makefile
])