summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-02-13 17:26:17 +0000
committerMike Frysinger <vapier@gentoo.org>2012-02-13 17:26:17 +0000
commitef1a110c4f31ba19528389fed55a8658f2ffa88b (patch)
tree51681f5b80e95c97f816f8a34bdb677fef00a5b6 /eclass/autotools.eclass
parentRevision bump to add ff-10.0.1 changes. Removed old (diff)
downloadgentoo-2-ef1a110c4f31ba19528389fed55a8658f2ffa88b.tar.gz
gentoo-2-ef1a110c4f31ba19528389fed55a8658f2ffa88b.tar.bz2
gentoo-2-ef1a110c4f31ba19528389fed55a8658f2ffa88b.zip
require autoconf-2.68 since that is the latest stable now #403035
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r--eclass/autotools.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index d57c3c5b5b40..63ae0c4bbd5e 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.120 2012/02/13 17:21:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.121 2012/02/13 17:26:17 vapier Exp $
# @ECLASS: autotools.eclass
# @MAINTAINER:
@@ -61,7 +61,7 @@ if [[ -n ${WANT_AUTOCONF} ]] ; then
none) _autoconf_atom="" ;; # some packages don't require autoconf at all
2.1) _autoconf_atom="=sys-devel/autoconf-${WANT_AUTOCONF}*" ;;
# if you change the "latest" version here, change also autotools_env_setup
- latest|2.5) _autoconf_atom=">=sys-devel/autoconf-2.61" ;;
+ latest|2.5) _autoconf_atom=">=sys-devel/autoconf-2.68" ;;
*) die "Invalid WANT_AUTOCONF value '${WANT_AUTOCONF}'" ;;
esac
export WANT_AUTOCONF