mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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:
committed by
Richard Purdie
parent
5b804813fc
commit
ca3f701a98
@@ -69,7 +69,7 @@
|
|||||||
</literallayout>
|
</literallayout>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
For <filename>configure.in</filename>,
|
For <filename>configure.ac</filename>,
|
||||||
include these lines:
|
include these lines:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
AC_INIT(hello,0.1)
|
AC_INIT(hello,0.1)
|
||||||
|
|||||||
Reference in New Issue
Block a user