[Spice-commits] configure.ac
Alon Levy
alon at kemper.freedesktop.org
Wed Aug 29 06:37:49 PDT 2012
configure.ac | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 4b39f327527bcea6c5250b85eae66d26159cf761
Author: Alon Levy <alevy at redhat.com>
Date: Wed Aug 29 15:47:23 2012 +0300
support automate >= 1.12 with new required AM_PROG_AR
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)
More information about the Spice-commits
mailing list