diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/autotools.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 66d4686849db..95c92cc6df8c 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -112,7 +112,7 @@ if [[ -n ${WANT_LIBTOOL} ]] ; then fi # @ECLASS-VARIABLE: AUTOTOOLS_DEPEND -# @INTERNAL +# @OUTPUT_VARIABLE # @DESCRIPTION: # Contains the combination of requested automake/autoconf/libtool # versions in *DEPEND format. |