Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

headers: break up a really long sentence #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions chapters/autoconf/headers.xmli
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ SPDX-License-Identifier: CC-BY-SA-3.0
The macro <function>AC_CHECK_HEADERS</function> 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 <function>for</function> call in the
<filename>configure</filename> file and there is an action
it's an argument to a <function>for</function> call in the
<filename>configure</filename> file. There is also an action
executed once the header is found (actually, there is one also
when the header is <emphasis>not</emphasis> found, but we're not
going to use that one.
going to use that one).
</para>

<programlisting><![CDATA[
Expand Down
Loading