X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=configure.ac;h=f42f0f4c930ab08f9bb25349a57b54e887be57be;hp=0d7f71050a0a08205bb2f17ac1e5c1f2a48ec6aa;hb=bdd820e3c0c2681b171fc7cc0198244f40a64b34;hpb=1cc590f73673ce209ae41d6aa42ffa9a60649415 diff --git a/configure.ac b/configure.ac index 0d7f710..f42f0f4 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ AC_CONFIG_AUX_DIR([autostuff]) # We require at least automake 1.11 (needed for 'silent rules'). AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign std-options]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) AH_TOP([#ifndef SRD_CONFIG_H #define SRD_CONFIG_H /* To stop multiple inclusions. */])