diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml index a549284e99..9354ace3b9 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml @@ -226,7 +226,7 @@ Populate the directory: Create hello.c, Makefile.am, - and configure.in files as follows: + and configure.ac files as follows: For hello.c, include these lines: @@ -247,8 +247,8 @@ For configure.in, include these lines: - AC_INIT(hello.c) - AM_INIT_AUTOMAKE(hello,0.1) + AC_INIT(hello,0.1) + AM_INIT_AUTOMAKE([foreign]) AC_PROG_CC AC_PROG_INSTALL AC_OUTPUT(Makefile)