summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-08-26 17:16:16 +0200
committerAlon Levy <alevy@redhat.com>2012-08-27 16:00:54 +0300
commit2c55c9d0c6a5752a16f5e22667196b461c85d4c8 (patch)
tree8df92d0246faa9d57080caf1a8f57e334ec613a0 /configure.ac
parentc2f58492ad2df22c4eb4e6c04750010113dce567 (diff)
downloadspice-common-2c55c9d0c6a5752a16f5e22667196b461c85d4c8.tar.gz
spice-common-2c55c9d0c6a5752a16f5e22667196b461c85d4c8.tar.xz
spice-common-2c55c9d0c6a5752a16f5e22667196b461c85d4c8.zip
configure.ac: support automake >= 1.12
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
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