Blame 0001-Include-AM_PROG_AR-in-configure.ac-to-get-rid-of-war.patch

eb2f0f0
From 41a7811b2a4e07a30701508bbbb4b16d4ce1e0ba Mon Sep 17 00:00:00 2001
eb2f0f0
From: Jakub Hrozek <jhrozek@redhat.com>
eb2f0f0
Date: Mon, 25 Mar 2013 11:03:19 +0100
eb2f0f0
Subject: [PATCH] Include AM_PROG_AR in configure.ac to get rid of warnings
eb2f0f0
eb2f0f0
---
eb2f0f0
 configure.ac | 4 +++-
eb2f0f0
 1 file changed, 3 insertions(+), 1 deletion(-)
eb2f0f0
eb2f0f0
diff --git a/configure.ac b/configure.ac
eb2f0f0
index 2e22e8a6aaac271dfa4841c17f98411967e09fd9..8f0f1244ecaa627c1d1543407344e5c31b3eeb6b 100644
eb2f0f0
--- a/configure.ac
eb2f0f0
+++ b/configure.ac
eb2f0f0
@@ -5,7 +5,9 @@ AC_INIT([ding-libs],
eb2f0f0
 AC_CONFIG_SRCDIR([README])
eb2f0f0
 AC_CONFIG_AUX_DIR([build])
eb2f0f0
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
eb2f0f0
-AC_PROG_CC
eb2f0f0
+AM_PROG_CC_C_O
eb2f0f0
+m4_pattern_allow([AM_PROG_AR])
eb2f0f0
+AM_PROG_AR
eb2f0f0
 AC_PROG_LIBTOOL
eb2f0f0
 AC_CONFIG_MACRO_DIR([m4])
eb2f0f0
 AC_PROG_INSTALL
eb2f0f0
-- 
eb2f0f0
1.8.1.4
eb2f0f0