mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 13:48:01 +02:00
Modernize AC_INIT usage, with a bug report URL
Part of a patch by Javier Jardón. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32245 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
3346c86798
commit
5595182b65
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ m4_define([dbus_minor_version], [4])
|
|||
m4_define([dbus_micro_version], [7])
|
||||
m4_define([dbus_version],
|
||||
[dbus_major_version.dbus_minor_version.dbus_micro_version])
|
||||
AC_INIT(dbus, [dbus_version])
|
||||
AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus])
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
AC_LIBTOOL_WIN32_DLL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue