X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=configure.ac;h=412ac2603e99109c25b50734f9b036c2168355c7;hp=bfa4536020fe4c904718680f871670fae6bc73bf;hb=04ef7076333ddd52b34f29bae2ef836a322c774b;hpb=e9ff6974652a551744ea07ad41bd39c1b6d142a2 diff --git a/configure.ac b/configure.ac index bfa4536..412ac26 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,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 SIGROK_CLI_CONFIG_H #define SIGROK_CLI_CONFIG_H /* To stop multiple inclusions. */])