diff --git a/chapters/autoconf/headers.xmli b/chapters/autoconf/headers.xmli index 0ea9af9..218765e 100644 --- a/chapters/autoconf/headers.xmli +++ b/chapters/autoconf/headers.xmli @@ -73,11 +73,11 @@ SPDX-License-Identifier: CC-BY-SA-3.0 The macro AC_CHECK_HEADERS provides all the needed parameters to implement just that. The first parameter of the macro is a sh-compatible list, rather than an M4 list, and - it's argument to a for call in the - configure file and there is an action + it's an argument to a for call in the + configure file. There is also an action executed once the header is found (actually, there is one also when the header is not found, but we're not - going to use that one. + going to use that one).