[build] Add AM_PROG_AR

Newer automake / libtools warns otherwise.
This commit is contained in:
Behdad Esfahbod 2013-03-06 20:05:34 -05:00
parent 5594c2d112
commit a8ac1d33c7
1 changed files with 1 additions and 0 deletions

View 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])