diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-11-15 09:45:18 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 13:52:56 +0000 |
commit | decd7785ad984271d41176ebe0a6f573a392578d (patch) | |
tree | 4a36524860ade21569f1b0081767bec97349b6e1 /documentation/adt-manual/adt-command.xml | |
parent | c11c2da697d9b75dc0489a9e70988e2c9b9f8abf (diff) | |
download | poky-decd7785ad984271d41176ebe0a6f573a392578d.tar.gz |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual/adt-command.xml')
-rw-r--r-- | documentation/adt-manual/adt-command.xml | 3 |
1 files changed, 1 insertions, 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 @@ | |||
74 | AC_INIT(hello.c) | 74 | AC_INIT(hello.c) |
75 | AM_INIT_AUTOMAKE(hello,0.1) | 75 | AM_INIT_AUTOMAKE(hello,0.1) |
76 | AC_PROG_CC | 76 | AC_PROG_CC |
77 | AC_CONFIG_HEADERS(config.h) | ||
78 | AC_PROG_INSTALL | 77 | AC_PROG_INSTALL |
79 | AC_OUTPUT(Makefile) | 78 | AC_OUTPUT(Makefile) |
80 | </literallayout></para></listitem> | 79 | </literallayout></para></listitem> |
@@ -109,7 +108,7 @@ | |||
109 | project to be compliant. | 108 | project to be compliant. |
110 | This command creates those files: | 109 | This command creates those files: |
111 | <literallayout class='monospaced'> | 110 | <literallayout class='monospaced'> |
112 | $ touch NEWS README AUTHORS ChangLog | 111 | $ touch NEWS README AUTHORS ChangeLog |
113 | </literallayout></para></listitem> | 112 | </literallayout></para></listitem> |
114 | <listitem><para><emphasis>Generate the <filename>configure</filename> | 113 | <listitem><para><emphasis>Generate the <filename>configure</filename> |
115 | file:</emphasis> | 114 | file:</emphasis> |