From a8ac1d33c731f6200ee472ab6c37a80b72770564 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 6 Mar 2013 20:05:34 -0500 Subject: [PATCH] [build] Add AM_PROG_AR Newer automake / libtools warns otherwise. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index b4249cd54..061880fbf 100644 --- a/configure.ac +++ b/configure.ac @@ -13,6 +13,7 @@ AM_INIT_AUTOMAKE([1.11.1 gnits dist-bzip2 no-dist-gzip -Wall no-define color-tes AM_SILENT_RULES([yes]) # Initialize libtool +AM_PROG_AR LT_PREREQ([2.2]) LT_INIT([disable-static])