[build] Add AM_PROG_AR
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 7 Mar 2013 01:05:34 +0000 (20:05 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 7 Mar 2013 01:07:01 +0000 (20:07 -0500)
Newer automake / libtools warns otherwise.

configure.ac

index b4249cd..061880f 100644 (file)
@@ -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])