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>
This commit is contained in:
Scott Rifenbark 2012-11-15 09:45:18 -08:00 committed by Richard Purdie
parent c11c2da697
commit decd7785ad
1 changed files with 1 additions and 2 deletions

View File

@ -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>