* doc/gnulib-tool.texi (Style of #include statements): Use @itemize w{}
instead of the incorrect @itemize @asis.
+2024-03-04 Collin Funk <collin.funk1@gmail.com>
+
+ doc: Fix build errors.
+ * doc/gnulib-tool.texi (Style of #include statements): Use @itemize w{}
+ instead of the incorrect @itemize @asis.
+
2024-03-04 Collin Funk <collin.funk1@gmail.com>
gnulib-tool.py: Adjust construction of configure.ac path.
When including including specific header files, you need to use the
@samp{#include <...>} syntax, not the @samp{#include "..."} syntax.
This is true for the following POSIX or ISO C standardized header files:
-@itemize @asis
+@itemize @w{}
@item @code{arpa/inet.h}
@item @code{assert.h}
@item @code{ctype.h}
@noindent
as well as for the following header files that exist in the GNU C library
but are not standardized:
-@itemize @asis
+@itemize @w{}
@item @code{alloca.h}
@item @code{error.h}
@item @code{getopt.h}