From 96be439d3cfc61de91e3078813dba85a5d5b08c5 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 28 Jun 2013 19:15:03 -0700 Subject: Fix automake 1.11 compatibility --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0019b7b..de768c1 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,8 @@ AC_CONFIG_MACRO_DIR([m4]) # Build a C library. AC_PROG_CC -AM_PROG_AR +# Automake 1.12 seems to require this, but automake 1.11 doesn't recognize it. +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) LT_INIT # bcrypt has some x86 assembly. -- cgit v1.2.3