Merge pull request #378 from marineam/autoconf

autotools.eclass: Update dependency for autoconf-2.13.
This commit is contained in:
Michael Marineau 2016-02-10 15:15:44 -08:00
commit 970f7bcd87

View File

@ -82,7 +82,7 @@ fi
if [[ -n ${WANT_AUTOCONF} ]] ; then if [[ -n ${WANT_AUTOCONF} ]] ; then
case ${WANT_AUTOCONF} in case ${WANT_AUTOCONF} in
none) _autoconf_atom="" ;; # some packages don't require autoconf at all none) _autoconf_atom="" ;; # some packages don't require autoconf at all
2.1) _autoconf_atom="=sys-devel/autoconf-${WANT_AUTOCONF}*" ;; 2.1) _autoconf_atom="~sys-devel/autoconf-2.13" ;;
# if you change the "latest" version here, change also autotools_env_setup # if you change the "latest" version here, change also autotools_env_setup
latest|2.5) _autoconf_atom=">=sys-devel/autoconf-2.69" ;; latest|2.5) _autoconf_atom=">=sys-devel/autoconf-2.69" ;;
*) die "Invalid WANT_AUTOCONF value '${WANT_AUTOCONF}'" ;; *) die "Invalid WANT_AUTOCONF value '${WANT_AUTOCONF}'" ;;