summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2016-07-12 13:39:17 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2016-07-12 13:39:17 +0100
commit04f8f1a0de7401191e310eec825a31522a501e59 (patch)
tree298cfc81b12eb5c0073b8ead0c18973d68d0542f
parent1c06eea1420c0a4dd015a6c180431fd65e7af620 (diff)
downloadm4-common-04f8f1a0de7401191e310eec825a31522a501e59.tar.gz
Add AX_GENERATE_CHANGELOG macro
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
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \