summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-06-01 14:20:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-15 11:26:46 +0100
commitca3f701a98f7d9c0c1935d7d6b9fd7211be8dbc3 (patch)
tree2f3869543e1ef2d87281dea54187fff3e9801bd6 /documentation
parent5b804813fcad540582985267cb80d640d52587d7 (diff)
downloadpoky-ca3f701a98f7d9c0c1935d7d6b9fd7211be8dbc3.tar.gz
sdk-manual: Replaced "configure.in" with "configure.ac"
The Autotools example called for a "configure.in" file as part of the "hello-world" example. When working through the example, a warning occurs saying that the file needs to be "configure.ac". I changed the example. (From yocto-docs rev: 7f677e3bbf0331228ed5aed1ace7c55d523d3121) 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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/sdk-manual/sdk-working-projects.xml b/documentation/sdk-manual/sdk-working-projects.xml
index 2f8132577d..1bc3149079 100644
--- a/documentation/sdk-manual/sdk-working-projects.xml
+++ b/documentation/sdk-manual/sdk-working-projects.xml
@@ -69,7 +69,7 @@
69 </literallayout> 69 </literallayout>
70 </para></listitem> 70 </para></listitem>
71 <listitem><para> 71 <listitem><para>
72 For <filename>configure.in</filename>, 72 For <filename>configure.ac</filename>,
73 include these lines: 73 include these lines:
74 <literallayout class='monospaced'> 74 <literallayout class='monospaced'>
75 AC_INIT(hello,0.1) 75 AC_INIT(hello,0.1)