Blame macros2/Makefile.am

Packit Service 0bf00e
## Please update this variable if any new macros are created
Packit Service 0bf00e
Packit Service 0bf00e
GNOME2_MACROS = \
Packit Service 0bf00e
  gnome-common.m4 \
Packit Service 0bf00e
  gnome-compiler-flags.m4 \
Packit Service 0bf00e
  gnome-code-coverage.m4
Packit Service 0bf00e
Packit Service 0bf00e
# Macros copied from the autoconf-archive.
Packit Service 0bf00e
#     http://www.gnu.org/software/autoconf-archive/
Packit Service 0bf00e
# these should be dropped as soon as the deprecated GNOME2_MACROS which use them
Packit Service 0bf00e
# are removed. Until then, they should be kept up to date, and all changes to
Packit Service 0bf00e
# them submitted upstream.
Packit Service 0bf00e
if !WITH_AUTOCONF_ARCHIVE
Packit Service 0bf00e
# Install the macros only if autoconf-archive support is disabled.
Packit Service 0bf00e
AUTOCONF_ARCHIVE_MACROS = \
Packit Service 0bf00e
	ax_check_enable_debug.m4 \
Packit Service 0bf00e
	ax_code_coverage.m4 \
Packit Service 0bf00e
	$(NULL)
Packit Service 0bf00e
endif
Packit Service 0bf00e
Packit Service 0bf00e
EXTRA_DIST = $(GNOME2_MACROS) $(AUTOCONF_ARCHIVE_MACROS) gnome-autogen.sh
Packit Service 0bf00e
Packit Service 0bf00e
aclocaldir = $(datadir)/aclocal
Packit Service 0bf00e
aclocal_DATA = $(GNOME2_MACROS) $(AUTOCONF_ARCHIVE_MACROS)
Packit Service 0bf00e
Packit Service 0bf00e
bin_SCRIPTS = gnome-autogen.sh