summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-09-18 13:25:38 +0000
committerMike Frysinger <vapier@gentoo.org>2007-09-18 13:25:38 +0000
commitcd020381e8289297e5c5dc997ce34fb69c49bad7 (patch)
treeaed411bace198f5a17b5c1ea21edf8bc107770db /eclass
parentmasked xdcc-fetch (diff)
downloadhistorical-cd020381e8289297e5c5dc997ce34fb69c49bad7.tar.gz
historical-cd020381e8289297e5c5dc997ce34fb69c49bad7.tar.bz2
historical-cd020381e8289297e5c5dc997ce34fb69c49bad7.zip
change invalid dep atom to a message people can clearly grok #192892
Diffstat (limited to '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 7545c51762ab..4dd691e80a31 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.67 2007/09/17 23:15:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.68 2007/09/18 13:25:38 vapier Exp $
#
# Maintainer: base-system@gentoo.org
#
@@ -31,7 +31,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}*" ;;
latest|2.5) _autoconf_atom=">=sys-devel/autoconf-2.61" ;;
- *) _autoconf_atom=">=sys-devel/autoconf-FAIL" ;;
+ *) _autoconf_atom="INCORRECT-WANT_AUTOCONF-SETTING-IN-EBUILD" ;;
esac
[[ ${WANT_AUTOCONF} == "latest" ]] && WANT_AUTOCONF="2.5"
export WANT_AUTOCONF