From 60974328a2a07985edd8230e4626e5598eff66ff Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Tue, 19 Feb 2013 13:24:24 -0500
Subject: [PATCH] * #20595: daemon: fix automake warnings

---
 daemon/configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/daemon/configure.ac b/daemon/configure.ac
index 1962eb81dc..fe40add3a7 100644
--- a/daemon/configure.ac
+++ b/daemon/configure.ac
@@ -3,10 +3,11 @@ dnl SFLPhone - configure.ac for automake 1.9 and autoconf 2.59
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.65])
 AC_INIT([sflphone],[1.2.2],[sflphoneteam@savoirfairelinux.com],[sflphone])
-AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012]])
+AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013]])
 AC_REVISION([$Revision$])
 
 AM_INIT_AUTOMAKE
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) # required by automake 1.12
 AC_CONFIG_HEADERS([config.h])
 
 # Silent build by default. Use make V=1 to increase verbosity
-- 
GitLab