diff options
| author | Simon McVittie <smcv@collabora.com> | 2019-07-23 12:09:19 +0100 |
|---|---|---|
| committer | Simon McVittie <smcv@collabora.com> | 2019-07-23 12:09:19 +0100 |
| commit | 2200aeb1e8ea9a01519be8866d794baf836fb57e (patch) | |
| tree | 4521d982ddc8265cee207cf46e28d55f8afde87c /configure.ac | |
| parent | 895928212e4d7ae762e77312046c5dc8e30e8c74 (diff) | |
| download | dbus-python-2200aeb1e8ea9a01519be8866d794baf836fb57e.tar.gz | |
Remove ChangeLog from source releases
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 9bab4ab..d5735d9 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_CONFIG_SRCDIR([dbus_bindings/module.c]) AC_CONFIG_HEADERS(config.h) AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE([1.13 -Wno-portability subdir-objects tar-ustar]) +AM_INIT_AUTOMAKE([1.13 -Wno-portability foreign subdir-objects tar-ustar]) AC_CANONICAL_BUILD AC_CANONICAL_HOST @@ -97,8 +97,6 @@ AM_CONDITIONAL([ENABLE_INSTALLED_TESTS], [test "_$enable_installed_tests" = _yes dnl Building documentation -AX_GENERATE_CHANGELOG - AC_ARG_ENABLE([documentation], [AC_HELP_STRING([--enable-documentation], [Enable documentation building (requires sphinx and sphinx_rtd_theme)])], |
