1## Please update this variable if any new macros are created
2
3GNOME2_MACROS = \
4  gnome-common.m4 \
5  gnome-compiler-flags.m4 \
6  gnome-code-coverage.m4
7
8# Macros copied from the autoconf-archive.
9#     http://www.gnu.org/software/autoconf-archive/
10# these should be dropped as soon as the deprecated GNOME2_MACROS which use them
11# are removed. Until then, they should be kept up to date, and all changes to
12# them submitted upstream.
13if !WITH_AUTOCONF_ARCHIVE
14# Install the macros only if autoconf-archive support is disabled.
15AUTOCONF_ARCHIVE_MACROS = \
16	ax_check_enable_debug.m4 \
17	ax_code_coverage.m4 \
18	$(NULL)
19endif
20
21EXTRA_DIST = $(GNOME2_MACROS) $(AUTOCONF_ARCHIVE_MACROS) gnome-autogen.sh
22
23aclocaldir = $(datadir)/aclocal
24aclocal_DATA = $(GNOME2_MACROS) $(AUTOCONF_ARCHIVE_MACROS)
25
26bin_SCRIPTS = gnome-autogen.sh
27