From decd7785ad984271d41176ebe0a6f573a392578d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 15 Nov 2012 09:45:18 -0800 Subject: [PATCH] documentation: adt-manual - Fixed autotools command-line example. Re-ran this using Danny and the configure.in command does not need a AC_CONFIG_HEADERS statement so I removed it. Also fixed a typo for the touch command s/ChangeLog/ChangLog (From yocto-docs rev: 51aab0d5af1067f4144dacd3e53964aa6e00c2b0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-command.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml index 2127e7c63f..c6609193d1 100644 --- a/documentation/adt-manual/adt-command.xml +++ b/documentation/adt-manual/adt-command.xml @@ -74,7 +74,6 @@ AC_INIT(hello.c) AM_INIT_AUTOMAKE(hello,0.1) AC_PROG_CC - AC_CONFIG_HEADERS(config.h) AC_PROG_INSTALL AC_OUTPUT(Makefile) @@ -109,7 +108,7 @@ project to be compliant. This command creates those files: - $ touch NEWS README AUTHORS ChangLog + $ touch NEWS README AUTHORS ChangeLog Generate the configure file: