From 48ac8e4cc199666668d19f123e343a41c309ff5d 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: f2ec3e564f828ad79f778d47862b4b422ad5a147) 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') 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