[Spice-devel] [PATCH spice-gtk] support automate >= 1.12 with new required AM_PROG_AR

Alon Levy alevy at redhat.com
Wed Aug 29 05:51:29 PDT 2012


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

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)
-- 
1.7.12



More information about the Spice-devel mailing list