diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index a6dafe8f90..729aa259e0 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -78,7 +78,8 @@ about the variable flags (varflags) that help control archive creation. | |||
78 | ``autotools*.bbclass`` | 78 | ``autotools*.bbclass`` |
79 | ====================== | 79 | ====================== |
80 | 80 | ||
81 | The ``autotools*`` classes support Autotooled packages. | 81 | The ``autotools*`` classes support packages built with the |
82 | `GNU Autotools <https://en.wikipedia.org/wiki/GNU_Autotools>`__. | ||
82 | 83 | ||
83 | The ``autoconf``, ``automake``, and ``libtool`` packages bring | 84 | The ``autoconf``, ``automake``, and ``libtool`` packages bring |
84 | standardization. This class defines a set of tasks (e.g. ``configure``, | 85 | standardization. This class defines a set of tasks (e.g. ``configure``, |