mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-03 17:08:12 +02:00
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
This commit is contained in:
parent
4297abd3d8
commit
e93b421137
2 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue