diff options
author | Sam James <sam@gentoo.org> | 2021-03-27 21:20:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 06:31:25 +0100 |
commit | ab16d23705441b2d7bb2bb13efb86d77a3b82cb9 (patch) | |
tree | af049a7982e1af0de84d835c344c4eeabb1ab40a /eclass/autotools.eclass | |
parent | autotools.eclass: mark WANT_AUTO*, AUTOTOOLS_AUTO_DEPEND as @PRE_INHERIT (diff) | |
download | gentoo-ab16d23705441b2d7bb2bb13efb86d77a3b82cb9.tar.gz gentoo-ab16d23705441b2d7bb2bb13efb86d77a3b82cb9.tar.bz2 gentoo-ab16d23705441b2d7bb2bb13efb86d77a3b82cb9.zip |
autotools.eclass: mark AT_SYS_M4DIR variable as @DEFAULT_UNSET
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r-- | eclass/autotools.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index d89ba13c8a85..af5cd3d9a205 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -169,6 +169,7 @@ unset _automake_atom _autoconf_atom : ${AT_M4DIR:=} # @ECLASS-VARIABLE: AT_SYS_M4DIR +# @DEFAULT_UNSET # @INTERNAL # @DESCRIPTION: # For system integrators, a list of additional aclocal search paths. |