diff --git a/autotools.yaml b/autotools.yaml index cedceab..a5bdb19 100644 --- a/autotools.yaml +++ b/autotools.yaml @@ -1,11 +1,12 @@ document: modulemd version: 1 data: - summary: GNU Autotools (Autoconf and Automake) + summary: GNU Autotools (Autoconf and Automake and Libtool) description: | Autoconf is a tool for configuring source code and Makefiles. Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards. + Libtool is a tool for building shared librires. This module has disabled support for Emacs. license: @@ -30,13 +31,18 @@ data: rpms: - autoconf - automake + - libtool api: rpms: - autoconf - automake + - libtool filter: rpms: - help2man + # libtool-ltdl is provided by platform module + - libtool-ltdl + - libtool-ltdl-devel buildopts: rpms: macros: | @@ -57,3 +63,7 @@ data: rationale: API. ref: master buildorder: 2 + libtool: + rationale: API. + ref: master + buildorder: 3