From: Simon McVittie Date: Thu, 23 Aug 2018 18:14:14 +0000 (+0100) Subject: build: Don't install a ChangeLog that we don't update X-Git-Tag: dbus-1.13.8~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e93b421137493710cb6b81420d15928eb13014e3;p=thirdparty%2Fdbus.git 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 --- diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 0bc33d458..000000000 --- a/ChangeLog +++ /dev/null @@ -1,5 +0,0 @@ -2008-04-16 John (J5) Palmieri - - * tools/dbus-monitor.c: take out the trailing comma in the - ProfileAttributeFlags enum as it isn't in our style guides - and causes some compilers to error out diff --git a/configure.ac b/configure.ac index 293430d25..e97443e20 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)