diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-18 13:41:12 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-18 13:41:12 +0000 |
commit | b08d52260368176b97e8f05ba09c7683cd7a7b94 (patch) | |
tree | 94d4b7627d9d409eb355670c0aae5f273b8bab9f /eclass | |
parent | Stable on sparc wrt security #158217 (diff) | |
download | gentoo-2-b08d52260368176b97e8f05ba09c7683cd7a7b94.tar.gz gentoo-2-b08d52260368176b97e8f05ba09c7683cd7a7b94.tar.bz2 gentoo-2-b08d52260368176b97e8f05ba09c7683cd7a7b94.zip |
Document the AT_NOELIBTOOLIZE variable.
Diffstat (limited to '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 733e93c7e409..438ed7416740 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.59 2006/12/17 23:30:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.60 2006/12/18 13:41:12 flameeyes Exp $ # # Author: Diego Pettenò <flameeyes@gentoo.org> # Enhancements: Martin Schlemmer <azarah@gentoo.org> @@ -39,6 +39,9 @@ unset _automake_atom _autoconf_atom # AT_M4DIR - Additional director(y|ies) aclocal should search # AM_OPTS - Additional options to pass to automake during # eautoreconf call. +# AT_NOELIBTOOLIZE - Don't run elibtoolize command if set to 'yes', +# useful when elibtoolize needs to be ran with +# particular options # Functions: # |