[Spice-commits] configure.ac

Alon Levy alon at kemper.freedesktop.org
Mon Aug 27 06:01:37 PDT 2012


 configure.ac |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 2c55c9d0c6a5752a16f5e22667196b461c85d4c8
Author: Alon Levy <alevy at redhat.com>
Date:   Sun Aug 26 17:16:16 2012 +0200

    configure.ac: support automake >= 1.12

diff --git a/configure.ac b/configure.ac
index e70e786..c4b0f08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,9 @@ AC_CONFIG_MACRO_DIR([m4])
 AM_CONFIG_HEADER([config.h])
 AC_CONFIG_AUX_DIR([build-aux])
 
+# For automake >= 1.12
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
+
 # Checks for programs
 AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip tar-ustar foreign -Wall -Werror])
 AM_MAINTAINER_MODE


More information about the Spice-commits mailing list