diff options
Diffstat (limited to 'documentation/poky-ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-classes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index 38122c0301..d7cfb6e143 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml @@ -45,7 +45,7 @@ <para> Autotools (autoconf, automake, libtool) brings standardisation and this class aims to define a set of tasks (configure, compile etc.) that will - work for all autotooled packages. It should usualy be enough to define + work for all autotooled packages. It should usually be enough to define a few standard variables as documented in the <link linkend='usingpoky-extend-addpkg-autotools'>simple autotools example</link> section and then simply "inherit autotools". This class @@ -60,7 +60,7 @@ <itemizedlist> <listitem> <para> - 'do_configure' regenearates the configure script (using autoreconf) and + 'do_configure' regenerates the configure script (using autoreconf) and then launches it with a standard set of arguments used during cross-compilation. Additional parameters can be passed to <command>configure</command> through the <glossterm><link |