| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.122 2012/02/20 02:54:21 robbat2 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.123 2012/03/20 15:29:46 ssuominen Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: autotools.eclass |
5 | # @ECLASS: autotools.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # base-system@gentoo.org |
7 | # base-system@gentoo.org |
| 8 | # @BLURB: Regenerates auto* build scripts |
8 | # @BLURB: Regenerates auto* build scripts |
| … | |
… | |
| 39 | # CONSTANT! |
39 | # CONSTANT! |
| 40 | # The latest major version/slot of automake available on each arch. |
40 | # The latest major version/slot of automake available on each arch. |
| 41 | # If a newer version is stable on any arch, and is NOT reflected in this list, |
41 | # If a newer version is stable on any arch, and is NOT reflected in this list, |
| 42 | # then circular dependencies may arise during emerge @system bootstraps. |
42 | # then circular dependencies may arise during emerge @system bootstraps. |
| 43 | # Do NOT change this variable in your ebuilds! |
43 | # Do NOT change this variable in your ebuilds! |
| 44 | _LATEST_AUTOMAKE='1.11' |
44 | _LATEST_AUTOMAKE='1.11.1' |
| 45 | |
45 | |
| 46 | _automake_atom="sys-devel/automake" |
46 | _automake_atom="sys-devel/automake" |
| 47 | _autoconf_atom="sys-devel/autoconf" |
47 | _autoconf_atom="sys-devel/autoconf" |
| 48 | if [[ -n ${WANT_AUTOMAKE} ]]; then |
48 | if [[ -n ${WANT_AUTOMAKE} ]]; then |
| 49 | case ${WANT_AUTOMAKE} in |
49 | case ${WANT_AUTOMAKE} in |