]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
build: Don't install a ChangeLog that we don't update
authorSimon McVittie <smcv@collabora.com>
Thu, 23 Aug 2018 18:14:14 +0000 (19:14 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 29 Aug 2018 16:57:22 +0000 (17:57 +0100)
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

ChangeLog [deleted file]
configure.ac

diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644 (file)
index 0bc33d4..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,5 +0,0 @@
-2008-04-16  John (J5) Palmieri <johnp@redhat.com>
-
-       * 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
index 293430d253947b737dc9f20220d4e8e43d62e418..e97443e2069673a3584f8cef1bbe2eab2c1a8cf7 100644 (file)
@@ -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)