summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-18 13:41:12 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-18 13:41:12 +0000
commitb08d52260368176b97e8f05ba09c7683cd7a7b94 (patch)
tree94d4b7627d9d409eb355670c0aae5f273b8bab9f /eclass
parentStable on sparc wrt security #158217 (diff)
downloadgentoo-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.eclass5
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:
#