From: Behdad Esfahbod Date: Mon, 29 Apr 2013 17:40:52 +0000 (-0400) Subject: Make both old autoconf and new automake happy X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03adf38b22a37216dffac50d075ea9c881f1a22d;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Make both old autoconf and new automake happy Sigh.. Bug 64039 - undefined macro AM_PROG_AR --- diff --git a/configure.ac b/configure.ac index 588744e..b44dd75 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])