diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-09-23 04:14:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-09-23 04:14:38 +0000 |
commit | bcf63190b66303851fa0f03a738060f22ded18d6 (patch) | |
tree | b3f1fbe6d6bd86217140bcf7b5c847af08481342 /eclass | |
parent | handle multiline ACLOCAL_AMFLAGS #383525 by Mikael Morin (diff) | |
download | gentoo-2-bcf63190b66303851fa0f03a738060f22ded18d6.tar.gz gentoo-2-bcf63190b66303851fa0f03a738060f22ded18d6.tar.bz2 gentoo-2-bcf63190b66303851fa0f03a738060f22ded18d6.zip |
drop comment that bleeds into man page
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/autotools.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 0ed2556db2b6..e5f3cecea495 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.107 2011/09/23 04:14:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.108 2011/09/23 04:14:38 vapier Exp $ # @ECLASS: autotools.eclass # @MAINTAINER: @@ -9,8 +9,6 @@ # @DESCRIPTION: # This eclass is for safely handling autotooled software packages that need to # regenerate their build scripts. All functions will abort in case of errors. -# -# NB: If you add anything, please comment it! inherit eutils libtool |