From aeeff19f95ac9afb32c6b9382a122d8615e4df56 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 8 Nov 2022 16:01:00 +0700 Subject: [PATCH] headers: break up a really long sentence Also fix missing ), and clarify its-vs-it's. --- chapters/autoconf/headers.xmli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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).