]> gitweb.michael.orlitzky.com - apply-default-acl.git/commit
autotools: replace my busted header checks with something that works. v0.3.0
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 2 Mar 2018 22:07:10 +0000 (17:07 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 2 Mar 2018 22:07:10 +0000 (17:07 -0500)
commit1f498641f28241a016c7fce85fc586162421baee
treea313b2a6bae2e301a118d3ae346c51b9d2d1335b
parent3149daa9c8f443bdb9dc086316c130046ec852cf
autotools: replace my busted header checks with something that works.

My existing AC_CHECK_HEADERS checks were failing silently. Oops. I've
now defined my own macro in m4/ac_header_required.m4 that successfully
fails when a required header is missing.
Makefile.am
configure.ac
m4/ac_header_required.m4 [new file with mode: 0644]