Make both old autoconf and new automake happy

Sigh..

Bug 64039 - undefined macro AM_PROG_AR
This commit is contained in:
Behdad Esfahbod 2013-04-29 13:40:52 -04:00
parent ed79dff517
commit 03adf38b22
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +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
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LT_PREREQ([2.2])
LT_INIT([disable-static])