1 | # Copyright 1999-2013 Gentoo Foundation |
1 | # Copyright 1999-2013 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.64 2013/04/01 09:16:07 mgorny Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.65 2013/04/05 14:54:48 mgorny Exp $ |
4 | |
4 | |
5 | # @ECLASS: autotools-utils.eclass |
5 | # @ECLASS: autotools-utils.eclass |
6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
7 | # Maciej Mrozowski <reavertm@gentoo.org> |
7 | # Maciej Mrozowski <reavertm@gentoo.org> |
8 | # Michał Górny <mgorny@gentoo.org> |
8 | # Michał Górny <mgorny@gentoo.org> |
… | |
… | |
183 | # @CODE |
183 | # @CODE |
184 | # PATCHES=( "${FILESDIR}"/${P}-mypatch.patch ) |
184 | # PATCHES=( "${FILESDIR}"/${P}-mypatch.patch ) |
185 | # @CODE |
185 | # @CODE |
186 | |
186 | |
187 | # @ECLASS-VARIABLE: AUTOTOOLS_PRUNE_LIBTOOL_FILES |
187 | # @ECLASS-VARIABLE: AUTOTOOLS_PRUNE_LIBTOOL_FILES |
188 | # @DEFAULT-UNSET |
188 | # @DEFAULT_UNSET |
189 | # @DESCRIPTION: |
189 | # @DESCRIPTION: |
190 | # Sets the mode of pruning libtool files. The values correspond to |
190 | # Sets the mode of pruning libtool files. The values correspond to |
191 | # prune_libtool_files parameters, with leading dashes stripped. |
191 | # prune_libtool_files parameters, with leading dashes stripped. |
192 | # |
192 | # |
193 | # Defaults to pruning the libtool files when static libraries are not |
193 | # Defaults to pruning the libtool files when static libraries are not |