From e93b421137493710cb6b81420d15928eb13014e3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 23 Aug 2018 19:14:14 +0100 Subject: build: Don't install a ChangeLog that we don't update Signed-off-by: Simon McVittie Reviewed-by: Philip Withnall Bug: https://bugs.freedesktop.org/show_bug.cgi?id=107630 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit v1.2.1