mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 01:48:00 +02:00
Require a somewhat modern version of autoconf and automake
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
54af6bee3e
commit
3346c86798
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
dnl -*- mode: m4 -*-
|
||||
AC_PREREQ(2.52)
|
||||
AC_PREREQ([2.63])
|
||||
|
||||
m4_define([dbus_major_version], [1])
|
||||
m4_define([dbus_minor_version], [4])
|
||||
|
|
@ -14,7 +14,7 @@ AC_LIBTOOL_RC
|
|||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AM_INIT_AUTOMAKE([1.9 tar-ustar -Wno-portability])
|
||||
AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
# Honor aclocal flags
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue