diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-05-30 15:50:05 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-05-30 15:50:05 +0000 |
commit | 8c2ea7b5072e764e5c2f5e9fa39aecfdba1a8bad (patch) | |
tree | c4acd830f3804163e5af902c766ff953839fab4e /eclass/autotools.eclass | |
parent | Version bump. (diff) | |
download | historical-8c2ea7b5072e764e5c2f5e9fa39aecfdba1a8bad.tar.gz historical-8c2ea7b5072e764e5c2f5e9fa39aecfdba1a8bad.tar.bz2 historical-8c2ea7b5072e764e5c2f5e9fa39aecfdba1a8bad.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" |