From: Uwe Hermann Date: Sun, 17 Mar 2013 12:52:04 +0000 (+0100) Subject: configure.ac: Drop std-options, unneeded. X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e3ee0fe468e1d31f8e71e6249ffb0ffce503eb76;hp=2b9a1cdbe5de4f20a7035d1d539976cf9d417f2c;p=sigrok-firmware.git configure.ac: Drop std-options, unneeded. The automake 'std-options' option checks whether all installed tools and scripts have a --help and --version CLI option. This check is not needed for sigrok-firmware though, since it doesn't install any tools. --- diff --git a/configure.ac b/configure.ac index ca50f97..053405d 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_CONFIG_MACRO_DIR([autostuff]) AC_CONFIG_AUX_DIR([autostuff]) # We require at least automake 1.11 (needed for 'silent rules'). -AM_INIT_AUTOMAKE([1.11 -Wall -Werror std-options check-news]) +AM_INIT_AUTOMAKE([1.11 -Wall -Werror check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_PROG_INSTALL