]> sigrok.org Git - libsigrok.git/commit
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)
commit57981a0716a5d9bec807cad8289d091893de0919
tree990e4ac45a7873244df85bc0c63482dfbdc0d807
parent9d67e248cab789314d758e5ee20a7b47eef69fe5
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 libsigrok though, since it doesn't install any tools.
configure.ac