diff options
author | Alon Levy <alevy@redhat.com> | 2012-08-29 15:47:23 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2012-08-29 15:48:38 +0300 |
commit | 4b39f327527bcea6c5250b85eae66d26159cf761 (patch) | |
tree | 5959f4c6074d2de0e714b01a953318aa4e7aa673 /configure.ac | |
parent | 66a75f9dfe9af7b483eab608ef7fa4cf93d648be (diff) |
support automate >= 1.12 with new required AM_PROG_AR
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 38ceeab..70897cb 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,8 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2 -Wall -Werror]) LT_INIT AM_MAINTAINER_MODE +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) + IT_PROG_INTLTOOL([0.40.0]) GETTEXT_PACKAGE=spice-gtk AC_SUBST(GETTEXT_PACKAGE) |