summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2016-02-19 12:37:59 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2016-02-19 12:37:59 +0000
commit3df99bcbe3e80467f050484d83eca9ffae03e947 (patch)
treef7e61f5851e82ad7f55342a0ce87d0fbd9a288bd /configure.ac
parent55d8f3fc9cdfe5b8f00c546a7264b195fb655148 (diff)
Use AX_GENERATE_CHANGELOG to generate ChangeLog
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ae7a7d0..3cadc65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,6 +96,8 @@ AM_CONDITIONAL([ENABLE_INSTALLED_TESTS], [test "_$enable_installed_tests" = _yes
dnl Building documentation
+AX_GENERATE_CHANGELOG
+
AC_MSG_CHECKING([whether you want to build HTML docs])
AC_ARG_ENABLE(html-docs,
AC_HELP_STRING([--enable-html-docs], [Enable HTML documentation building (requires docutils, default: auto-detect)]), enable_html_docs=$enableval, enable_html_docs="if possible")