resurrecting-open-source-projects / dcfldd

Enhanced version of dd for forensics and security
GNU General Public License v2.0
90 stars 19 forks source link

Check whether pkg-config is present #21

Closed davidpolverari closed 7 months ago

davidpolverari commented 11 months ago

Since a ./configure switch was added to enable bash-completion installation support, pkg-config is now required during the build.

This patch adds checks to both autogen.sh and configure.ac to warn the user about this requirement.

eribertomota commented 11 months ago

I think is not needed a check from the autogen.sh. I have never seen this check outside the configure script. If you think this is needed, go ahead.

davidpolverari commented 7 months ago

I wil remove this last commit for now and push only the autogen.sh check. Thanks!