]> sigrok.org Git - libsigrok.git/commitdiff
configure.ac: Drop std-options, unneeded.
authorUwe Hermann <redacted>
Sun, 17 Mar 2013 12:19:57 +0000 (13:19 +0100)
committerUwe Hermann <redacted>
Sun, 17 Mar 2013 12:19:57 +0000 (13:19 +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 libsigrok though, since it doesn't install any tools.

configure.ac

index 2d30811de06eb762e33d24160f1487f6b9950186..0d0a74ececbfa54ac77536e678fe494ad18bfcda 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])