From 72363c5326c8cf1dfefb527760dbe2a186f677f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20Petten=C3=B2?= Date: Mon, 8 Jan 2007 23:25:30 +0000 Subject: [PATCH] If WANT_AUTOCONF or WANT_AUTOMAKE are missing, default to latest, and hope this won't break more. --- eclass/autotools.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index a281a1dc0015..bcb38ac61aad 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.62 2007/01/08 23:04:49 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.63 2007/01/08 23:25:30 flameeyes Exp $ # # Author: Diego Pettenò # Enhancements: Martin Schlemmer @@ -12,6 +12,9 @@ inherit eutils libtool +[[ -z ${WANT_AUTOCONF} ]] && WANT_AUTOCONF="latest" +[[ -z ${WANT_AUTOMAKE} ]] && WANT_AUTOMAKE="latest" + _automake_atom="sys-devel/automake" _autoconf_atom="sys-devel/autoconf" if [[ -n ${WANT_AUTOMAKE} ]]; then -- 2.26.2