From: Michael Orlitzky Date: Fri, 2 Mar 2018 22:07:10 +0000 (-0500) Subject: autotools: replace my busted header checks with something that works. X-Git-Tag: v0.3.0^0 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=1f498641f28241a016c7fce85fc586162421baee;hp=1f498641f28241a016c7fce85fc586162421baee;p=apply-default-acl.git 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. ---