tpm2-software / tpm2-abrmd

TPM2 Access Broker & Resource Management Daemon implementing the TCG spec.
https://github.com/tpm2-software/tpm2-abrmd
BSD 2-Clause "Simplified" License
116 stars 100 forks source link

build: Remove use of 'which' to check for existence of gdbus-codegen. #800

Closed flihp closed 2 years ago

flihp commented 2 years ago

This is a redundant check. AC_CHECK_PROG already finds the program on path and ensures that it is executable.

Signed-off-by: Philip Tricca flihp@twobit.org

codecov[bot] commented 2 years ago

Codecov Report

Merging #800 (11eea81) into master (fd26bde) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #800   +/-   ##
=======================================
  Coverage   79.63%   79.63%           
=======================================
  Files          32       32           
  Lines        3722     3722           
=======================================
  Hits         2964     2964           
  Misses        758      758           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fd26bde...11eea81. Read the comment docs.

flihp commented 2 years ago

Updated after adding an entry in the CHANGELOG.