From: Uwe Hermann Date: Sun, 17 Mar 2013 12:21:35 +0000 (+0100) Subject: configure.ac: Drop std-options, unneeded. X-Git-Tag: libsigrokdecode-0.2.0~16 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=47198f313a3c3e6431f5896fae3fb556f38746ed 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 libsigrokdecode though, since it doesn't install any tools. --- diff --git a/configure.ac b/configure.ac index 7ea68ff..40a3450 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])