autoconf: fix typo in SUMMARY

(From OE-Core rev: fb6500144f2244815be3f81908ee3baad373e348)

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Denys Dmytriyenko 2017-07-28 14:49:27 -04:00 committed by Richard Purdie
parent 1f1d226aed
commit 20ae186dfc

View File

@ -1,4 +1,4 @@
SUMMARY = "A GNU tool that procude shell scripts to automatically configure software"
SUMMARY = "A GNU tool that produce shell scripts to automatically configure software"
DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce shell scripts to automatically \
configure software source code packages. Autoconf creates a configuration script for a package from a template \
file that lists the operating system features that the package can use, in the form of M4 macro calls."