diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-08-21 19:36:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-08-21 19:36:45 +0000 |
commit | 79012e2645a4f37fbc73b5520fb350c6ad50b263 (patch) | |
tree | 7c0a0dd1ff45e55c2956a7fb87509e59d5269473 /eclass/autotools.eclass | |
parent | Bump to push out accumulated changes in the tree. (diff) | |
download | gentoo-2-79012e2645a4f37fbc73b5520fb350c6ad50b263.tar.gz gentoo-2-79012e2645a4f37fbc73b5520fb350c6ad50b263.tar.bz2 gentoo-2-79012e2645a4f37fbc73b5520fb350c6ad50b263.zip |
update eclass documentation to use new markings and avoid warnings
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r-- | eclass/autotools.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 163b95a20f13..eb8dc5b242fe 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.99 2010/07/06 18:55:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.100 2010/08/21 19:36:45 vapier Exp $ # @ECLASS: autotools.eclass # @MAINTAINER: @@ -25,6 +25,7 @@ inherit eutils libtool : ${WANT_AUTOMAKE:=latest} # @ECLASS-VARIABLE: _LATEST_AUTOMAKE +# @INTERNAL # @DESCRIPTION: # CONSTANT! # The latest major version/slot of automake available on each arch. @@ -74,11 +75,13 @@ fi unset _automake_atom _autoconf_atom # @ECLASS-VARIABLE: AM_OPTS +# @DEFAULT_UNSET # @DESCRIPTION: # Additional options to pass to automake during # eautoreconf call. # @ECLASS-VARIABLE: AT_NOELIBTOOLIZE +# @DEFAULT_UNSET # @DESCRIPTION: # Don't run elibtoolize command if set to 'yes', # useful when elibtoolize needs to be ran with |