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

configure.ac

index ca50f97bc4a0005fa76825b319cd57e7136bd088..053405d71da6a04939abee253a852db2b63364d3 100644 (file)
@@ -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