summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-06-01 15:47:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-15 11:26:46 +0100
commit15728cd04123a4f793e244321e717aa88247ef13 (patch)
tree3797fcfee1360048ebcaef1911069f8482f17cf8 /documentation
parentca3f701a98f7d9c0c1935d7d6b9fd7211be8dbc3 (diff)
downloadpoky-15728cd04123a4f793e244321e717aa88247ef13.tar.gz
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: dd55ceb2c19f9e013c13e776acf7201c25501ff7) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/sdk-manual/sdk-working-projects.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/sdk-manual/sdk-working-projects.xml b/documentation/sdk-manual/sdk-working-projects.xml
index 1bc3149079..47d378cb52 100644
--- a/documentation/sdk-manual/sdk-working-projects.xml
+++ b/documentation/sdk-manual/sdk-working-projects.xml
@@ -31,7 +31,9 @@
31 <title>Creating and Running a Project Based on GNU Autotools</title> 31 <title>Creating and Running a Project Based on GNU Autotools</title>
32 32
33 <para> 33 <para>
34 Follow these steps to create a simple Autotools-based project: 34 Follow these steps to create a simple
35 <ulink url='https://en.wikipedia.org/wiki/GNU_Build_System'>GNU Autotools-based</ulink>
36 project:
35 <orderedlist> 37 <orderedlist>
36 <listitem><para> 38 <listitem><para>
37 <emphasis>Create Your Directory:</emphasis> 39 <emphasis>Create Your Directory:</emphasis>
@@ -103,10 +105,10 @@
103 </para></listitem> 105 </para></listitem>
104 <listitem><para> 106 <listitem><para>
105 <emphasis>Generate the Local <filename>aclocal.m4</filename> 107 <emphasis>Generate the Local <filename>aclocal.m4</filename>
106 Files and Create the Configure Script:</emphasis> 108 Files and Create the <filename>configure</filename> Script:</emphasis>
107 The following GNU Autotools generate the local 109 The following GNU Autotools generate the local
108 <filename>aclocal.m4</filename> files and create the 110 <filename>aclocal.m4</filename> files and create the
109 configure script: 111 <filename>configure</filename> script:
110 <literallayout class='monospaced'> 112 <literallayout class='monospaced'>
111 $ aclocal 113 $ aclocal
112 $ autoconf 114 $ autoconf