From 04f8f1a0de7401191e310eec825a31522a501e59 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 12 Jul 2016 13:39:17 +0100 Subject: Add AX_GENERATE_CHANGELOG macro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s now needed by libgdata, and is a generally useful macro to have. https://www.gnu.org/software/autoconf-archive/ax_generate_changelog.html --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 66f3845..7ae8087 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ dist_aclocal_DATA = \ autoconf-archive/m4/ax_compiler_flags_gir.m4 \ autoconf-archive/m4/ax_cxx_compile_stdcxx.m4 \ autoconf-archive/m4/ax_cxx_compile_stdcxx_11.m4 \ + autoconf-archive/m4/ax_generate_changelog.m4 \ autoconf-archive/m4/ax_pkg_check_modules.m4 \ autoconf-archive/m4/ax_prog_gjs.m4 \ autoconf-archive/m4/ax_require_defined.m4 \ -- cgit v1.2.1