From 03adf38b22a37216dffac50d075ea9c881f1a22d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 29 Apr 2013 13:40:52 -0400 Subject: [PATCH] Make both old autoconf and new automake happy Sigh.. Bug 64039 - undefined macro AM_PROG_AR --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 588744e33..b44dd7501 100644 --- a/configure.ac +++ b/configure.ac @@ -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])