From cbed8d89427335a58552db55527354de35d29d9d Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Thu, 30 Aug 2012 12:46:49 +0400 Subject: [PATCH] Bug #1042442: Automake fails Merged configure fix for newer Automake versions contributed by Raghavendra D Prabhu. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 71b3f1a..bd38048 100644 --- a/configure.ac +++ b/configure.ac @@ -23,6 +23,8 @@ AC_PROG_CC AC_PROG_CPP AM_PROG_CC_C_O +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) + ACX_USE_SYSTEM_EXTENSIONS AC_PROG_LIBTOOL