]> sigrok.org Git - libsigrokdecode.git/commitdiff
configure.ac: Drop std-options, unneeded.
authorUwe Hermann <redacted>
Sun, 17 Mar 2013 12:21:35 +0000 (13:21 +0100)
committerUwe Hermann <redacted>
Sun, 17 Mar 2013 12:21:35 +0000 (13:21 +0100)
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.

configure.ac

index 7ea68ffddc3b1f2bc47f96f1fcf92673cf165895..40a3450a78a403e301efc70111762fa80e122014 100644 (file)
@@ -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])