summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
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/sdk-manual
parentca3f701a98f7d9c0c1935d7d6b9fd7211be8dbc3 (diff)
downloadopenembedded-core-contrib-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/sdk-manual')
-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 @@
<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