If WANT_AUTOCONF or WANT_AUTOMAKE are missing, default to latest, and hope this won...
authorDiego Elio Pettenò <flameeyes@gentoo.org>
Mon, 8 Jan 2007 23:25:30 +0000 (23:25 +0000)
committerDiego Elio Pettenò <flameeyes@gentoo.org>
Mon, 8 Jan 2007 23:25:30 +0000 (23:25 +0000)
eclass/autotools.eclass

index a281a1dc0015936e316de6d6619421b1c07ffa00..bcb38ac61aadaf9d54f93498455e757ee996685e 100644 (file)
@@ -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ò <flameeyes@gentoo.org>
 # Enhancements: Martin Schlemmer <azarah@gentoo.org>
@@ -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