From 8dd90530ce9e6e5bb52fdb89e10d72bd885feda2 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Wed, 6 Feb 2013 08:02:08 +0200
Subject: Add call to AM_PROG_AR which is required by newer automake

Thanks to Hugo Mildenberger <Hugo.Mildenberger@web.de> for the patch.
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 8383000..ba4e9e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([hello/driver.cxx])
 
 AM_INIT_AUTOMAKE([-Wall -Werror foreign nostdinc subdir-objects dist-bzip2 dist-zip tar-ustar])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) # Required by automake 1.12.
 
 LT_INIT
 
-- 
cgit v1.1