From 6f8e2665e98fb14711ca26739d1cd715bfb181b5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 27 Mar 2021 21:46:33 +0000 Subject: autotools.eclass: document AUTOTOOLS_DEPEND Signed-off-by: Sam James --- eclass/autotools.eclass | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'eclass') 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}" -- cgit v1.2.3-65-gdbad