diff options
author | Sam James <sam@gentoo.org> | 2021-03-27 21:46:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-11 20:59:53 +0000 |
commit | 6f8e2665e98fb14711ca26739d1cd715bfb181b5 (patch) | |
tree | e43c8fdc1b0ec7bd4a3dfdb422ecc73c5bc08886 /eclass | |
parent | autotools.eclass: use same ${WANT_AUTOCONF} comparison test throughout (diff) | |
download | gentoo-6f8e2665e98fb14711ca26739d1cd715bfb181b5.tar.gz gentoo-6f8e2665e98fb14711ca26739d1cd715bfb181b5.tar.bz2 gentoo-6f8e2665e98fb14711ca26739d1cd715bfb181b5.zip |
autotools.eclass: document AUTOTOOLS_DEPEND
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/autotools.eclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index ba631aa7d146..8cf09f08d2f9 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -118,6 +118,11 @@ if [[ -n ${WANT_LIBTOOL} ]] ; then export WANT_LIBTOOL fi +# @ECLASS-VARIABLE: AUTOTOOLS_DEPEND +# @INTERNAL +# @DESCRIPTION: +# Contains the combination of requested automake/autoconf/libtool +# versions in *DEPEND format. AUTOTOOLS_DEPEND="${_automake_atom} ${_autoconf_atom} ${_libtool_atom}" |