From ca3f701a98f7d9c0c1935d7d6b9fd7211be8dbc3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 1 Jun 2018 14:20:08 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-working-projects.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/sdk-manual/sdk-working-projects.xml') 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 @@ - For configure.in, + For configure.ac, include these lines: AC_INIT(hello,0.1) -- cgit v1.2.3-54-g00ecf