diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-05-30 15:45:01 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-05-30 15:45:01 +0000 |
commit | acb57021e49c7cc090655819c182db631c645928 (patch) | |
tree | f76360501dd4bb041820054bcf31767343227e18 /eclass/autotools.eclass | |
parent | Stable on sparc wrt #179862 (diff) | |
download | gentoo-2-acb57021e49c7cc090655819c182db631c645928.tar.gz gentoo-2-acb57021e49c7cc090655819c182db631c645928.tar.bz2 gentoo-2-acb57021e49c7cc090655819c182db631c645928.zip |
depreciated -> deprecated. bug #180352
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r-- | eclass/autotools.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index b744eea375ea..4778d81504e4 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.65 2007/03/04 21:03:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.66 2007/05/30 15:45:01 cardoe Exp $ # # Maintainer: base-system@gentoo.org # @@ -64,7 +64,7 @@ unset _automake_atom _autoconf_atom # eautomake - Runs automake # -# XXX: M4DIR should be depreciated +# XXX: M4DIR should be deprecated AT_M4DIR=${AT_M4DIR:-${M4DIR}} AT_GNUCONF_UPDATE="no" |