diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2013-03-17 13:21:35 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2013-03-17 13:21:35 +0100 |
commit | 47198f313a3c3e6431f5896fae3fb556f38746ed (patch) | |
tree | e2e9ccfdac0a05a442a7e61a3ab2599b2e2e7af0 /configure.ac | |
parent | d5a4209da3f3dc35bb3f262818a46c19b524c711 (diff) | |
download | libsigrokdecode-47198f313a3c3e6431f5896fae3fb556f38746ed.tar.gz libsigrokdecode-47198f313a3c3e6431f5896fae3fb556f38746ed.zip |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |