]> sigrok.org Git - libsigrokdecode.git/commit
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)
commit47198f313a3c3e6431f5896fae3fb556f38746ed
treee2e9ccfdac0a05a442a7e61a3ab2599b2e2e7af0
parentd5a4209da3f3dc35bb3f262818a46c19b524c711
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.
configure.ac