summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-08-23 19:14:14 +0100
committerSimon McVittie <smcv@collabora.com>2018-08-29 17:57:22 +0100
commite93b421137493710cb6b81420d15928eb13014e3 (patch)
tree9dfa3ac37b9918ef2e07922c8f4f97d76e46e8cb /configure.ac
parent4297abd3d8cf23d7c14ccadd02385a96f8e4b59a (diff)
downloaddbus-e93b421137493710cb6b81420d15928eb13014e3.tar.gz
build: Don't install a ChangeLog that we don't update
Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=107630
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 293430d2..e97443e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ AC_CANONICAL_HOST
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.13 tar-ustar -Wno-portability subdir-objects])
+AM_INIT_AUTOMAKE([1.13 tar-ustar -Wno-portability subdir-objects foreign])
GETTEXT_PACKAGE=dbus-1
AC_SUBST(GETTEXT_PACKAGE)