From: Uwe Hermann Date: Sun, 17 Mar 2013 12:19:57 +0000 (+0100) Subject: configure.ac: Drop std-options, unneeded. X-Git-Tag: dsupstream~242 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=57981a0716a5d9bec807cad8289d091893de0919;p=libsigrok.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 libsigrok though, since it doesn't install any tools. --- diff --git a/configure.ac b/configure.ac index 2d30811d..0d0a74ec 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,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])]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR])