diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-04-05 14:54:48 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-04-05 14:54:48 +0000 |
commit | 351eb473c7da5858cd01602e8108b71046f65524 (patch) | |
tree | 81c92549c77f4c8f36dfa02b1194788c61483721 /eclass/autotools-utils.eclass | |
parent | Stable for x86, wrt bug #464706 (diff) | |
download | gentoo-2-351eb473c7da5858cd01602e8108b71046f65524.tar.gz gentoo-2-351eb473c7da5858cd01602e8108b71046f65524.tar.bz2 gentoo-2-351eb473c7da5858cd01602e8108b71046f65524.zip |
Fix eclassdoc.
Diffstat (limited to 'eclass/autotools-utils.eclass')
-rw-r--r-- | eclass/autotools-utils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass index dcb28b3fb44a..a3a168e295c9 100644 --- a/eclass/autotools-utils.eclass +++ b/eclass/autotools-utils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.64 2013/04/01 09:16:07 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.65 2013/04/05 14:54:48 mgorny Exp $ # @ECLASS: autotools-utils.eclass # @MAINTAINER: @@ -185,7 +185,7 @@ EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install src_test # @CODE # @ECLASS-VARIABLE: AUTOTOOLS_PRUNE_LIBTOOL_FILES -# @DEFAULT-UNSET +# @DEFAULT_UNSET # @DESCRIPTION: # Sets the mode of pruning libtool files. The values correspond to # prune_libtool_files parameters, with leading dashes stripped. |