aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-11-15 09:45:18 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-03 13:52:56 +0000
commitdecd7785ad984271d41176ebe0a6f573a392578d (patch)
tree4a36524860ade21569f1b0081767bec97349b6e1 /documentation/adt-manual
parentc11c2da697d9b75dc0489a9e70988e2c9b9f8abf (diff)
downloadopenembedded-core-contrib-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')
-rw-r--r--documentation/adt-manual/adt-command.xml3
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 @@
AC_INIT(hello.c)
AM_INIT_AUTOMAKE(hello,0.1)
AC_PROG_CC
- AC_CONFIG_HEADERS(config.h)
AC_PROG_INSTALL
AC_OUTPUT(Makefile)
</literallayout></para></listitem>
@@ -109,7 +108,7 @@
project to be compliant.
This command creates those files:
<literallayout class='monospaced'>
- $ touch NEWS README AUTHORS ChangLog
+ $ touch NEWS README AUTHORS ChangeLog
</literallayout></para></listitem>
<listitem><para><emphasis>Generate the <filename>configure</filename>
file:</emphasis>