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:38 +0100
commitace8ba1d82b51ddfbdd9604ffb41132775f54513 (patch)
treeebb8efac1635ec9829a724bad3708e1a45640615 /documentation
parent48ac8e4cc199666668d19f123e343a41c309ff5d (diff)
downloadpoky-ace8ba1d82b51ddfbdd9604ffb41132775f54513.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: 6c57cd80acc0d5fa5f75a4b6341bc2521ceb43b5) 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