diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-07-26 21:50:16 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-07-26 21:50:16 +0000 |
commit | f4d808a33817c744bcc33152e009d297405611f4 (patch) | |
tree | bd1dff9348dbab5393b2f101fb74156398bc71c6 /eclass/autotools.eclass | |
parent | corrected SRC_URI for sourceforge (diff) | |
download | historical-f4d808a33817c744bcc33152e009d297405611f4.tar.gz historical-f4d808a33817c744bcc33152e009d297405611f4.tar.bz2 historical-f4d808a33817c744bcc33152e009d297405611f4.zip |
fix , in many eclasses
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r-- | eclass/autotools.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index f0ae38ece4bc..a35a0f4a55ea 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.3 2002/07/12 15:24:36 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.4 2002/07/26 21:50:14 danarmak Exp $ # The autotools eclass enables building of the apps that needs the latest autconf/automake. # # NOTES: @@ -22,7 +22,7 @@ # # Copyright 1999-2002 Gentoo Technologies, Inc. # # Distributed under the terms of the GNU General Public License, v2 or later # # Maintainer: John Doe <john@foo.com> -# # $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.3 2002/07/12 15:24:36 danarmak Exp $ +# # $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.4 2002/07/26 21:50:14 danarmak Exp $ # # # If you need to set the versions different from in here, it *must* # # be done before inherit.eclass is sourced @@ -71,7 +71,7 @@ # -ECLASS=AutoTools +ECLASS=autotools INHERITED="$INHERITED $ECLASS" #[ -z "$ACONFVER" ] && ACONFVER=2.52f |