X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=d123c02831c4ca7cc107b7f80c0d7a92df7ecb67;hb=432e5e95f53cd61160c1013921743267d84a7dd2;hp=88149d8b53cac191a584f66e8c1916d2e63fe983;hpb=40cd2b545d4d6ddb0dce7b54bfc8f9be5b77444a;p=libsigrok.git diff --git a/configure.ac b/configure.ac index 88149d8b..d123c028 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,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 SR_CONFIG_H #define SR_CONFIG_H /* To stop multiple inclusions. */])