]> www.infradead.org Git - mtd-utils.git/commit
Use autoconf header detection correctly for libmissing
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Wed, 21 Jun 2017 08:27:47 +0000 (10:27 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Wed, 28 Jun 2017 08:27:19 +0000 (10:27 +0200)
commit022ce62b9f6706749feed3939335e46bb0146978
treef26c6bc8e936810aa5b47f0420a9868b94d4867b
parent1a3e3af3216348559320ec1039480278b2f3a582
Use autoconf header detection correctly for libmissing

AC_CHECK_HEADERS already makes sure our config header contains a
HAVE_$FOO_H macro if a header was found. There is no need to
awkwardly set our own Automake conditionals and check for it all
over the place in the Automake files.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Makefile.am
configure.ac
include/libmissing.h
lib/execinfo.c
tests/fs-tests/Makemodule.am