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>
This commit is contained in:
Scott Rifenbark
2018-06-01 14:20:08 -07:00
committed by Richard Purdie
parent 5b804813fc
commit ca3f701a98

View File

@@ -69,7 +69,7 @@
</literallayout>
</para></listitem>
<listitem><para>
For <filename>configure.in</filename>,
For <filename>configure.ac</filename>,
include these lines:
<literallayout class='monospaced'>
AC_INIT(hello,0.1)