summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Williams <nico@cryptonector.com>2014-03-13 00:52:58 -0500
committerNico Williams <nico@cryptonector.com>2014-03-13 00:52:58 -0500
commitda0d575649ea97c982e6ec132d93186d34892c7a (patch)
treea131eff59a5f5246072f720c64e2200ba5c679c1
parent74d2216da2f2b162d0f17668dab87ef8252f158a (diff)
parent6ed3adb091895aebb12ee4c5899d8fc64ef392d9 (diff)
Merge pull request #278 from polyester/master
work with newer versions of automake
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e9a069fc..41b6e504 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ AC_PREREQ([2.61])
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([parallel-tests foreign -Wall])
AM_SILENT_RULES([yes])
+AM_PROG_AR
AC_PROG_CC
AC_PROG_CC_STDC
AC_PROG_CPP_WERROR