sdk-manual: Updated formatting for "configure" script

Formatting used for the "configure" script created using the
"autoconf" command in the example.

(From yocto-docs rev: 6c57cd80acc0d5fa5f75a4b6341bc2521ceb43b5)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2018-06-01 15:47:33 -07:00 committed by Richard Purdie
parent 48ac8e4cc1
commit ace8ba1d82

View File

@ -31,7 +31,9 @@
<title>Creating and Running a Project Based on GNU Autotools</title>
<para>
Follow these steps to create a simple Autotools-based project:
Follow these steps to create a simple
<ulink url='https://en.wikipedia.org/wiki/GNU_Build_System'>GNU Autotools-based</ulink>
project:
<orderedlist>
<listitem><para>
<emphasis>Create Your Directory:</emphasis>
@ -103,10 +105,10 @@
</para></listitem>
<listitem><para>
<emphasis>Generate the Local <filename>aclocal.m4</filename>
Files and Create the Configure Script:</emphasis>
Files and Create the <filename>configure</filename> Script:</emphasis>
The following GNU Autotools generate the local
<filename>aclocal.m4</filename> files and create the
configure script:
<filename>configure</filename> script:
<literallayout class='monospaced'>
$ aclocal
$ autoconf