diff options
author | Alon Levy <alevy@redhat.com> | 2012-08-26 17:16:16 +0200 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2012-08-27 16:00:54 +0300 |
commit | 2c55c9d0c6a5752a16f5e22667196b461c85d4c8 (patch) | |
tree | 8df92d0246faa9d57080caf1a8f57e334ec613a0 /configure.ac | |
parent | c2f58492ad2df22c4eb4e6c04750010113dce567 (diff) |
configure.ac: support automake >= 1.12
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 |