mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 19:07:20 +00:00
support automake >= 1.12
Requires a single line (sans comments) change to configure.ac in spice-common too, to define the new AM_PROG_AR.
This commit is contained in:
parent
e7aee13e57
commit
bd10d502f8
@ -28,6 +28,9 @@ AC_CONFIG_MACRO_DIR([m4])
|
||||
AM_CONFIG_HEADER([config.h])
|
||||
AC_CONFIG_AUX_DIR(.)
|
||||
|
||||
# For automake >= 1.12
|
||||
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
||||
|
||||
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip subdir-objects])
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit c2f58492ad2df22c4eb4e6c04750010113dce567
|
||||
Subproject commit 2c55c9d0c6a5752a16f5e22667196b461c85d4c8
|
||||
Loading…
Reference in New Issue
Block a user