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:38 +0100
commit48ac8e4cc199666668d19f123e343a41c309ff5d (patch)
tree10296016c102aff37905ce7fabbc83978cea1f0c /documentation
parenta43d7c760780675a3ab930881ea07ebf0b1934ca (diff)
downloadpoky-48ac8e4cc199666668d19f123e343a41c309ff5d.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: f2ec3e564f828ad79f778d47862b4b422ad5a147) 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)