summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-03-01 11:51:08 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-03-01 11:51:08 +0000
commit63e92654d8b928981b09d5e74bcc3ab43c91c805 (patch)
tree38a34482458aa3910f1f5683228f2e22a11d192b /eclass/autotools.eclass
parentVersion bump to be in sync with the rest; no code changes. Remove old. (diff)
downloadhistorical-63e92654d8b928981b09d5e74bcc3ab43c91c805.tar.gz
historical-63e92654d8b928981b09d5e74bcc3ab43c91c805.tar.bz2
historical-63e92654d8b928981b09d5e74bcc3ab43c91c805.zip
Call 'automake' via 'autotools_run_tool' (found by 'ebuild.sh' QA warnings).
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r--eclass/autotools.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 2b6fe415c99e..c1c77be8623c 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.160 2014/02/18 03:57:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.161 2014/03/01 11:51:08 slyfox Exp $
# @ECLASS: autotools.eclass
# @MAINTAINER:
@@ -353,7 +353,7 @@ eautomake() {
done
_automake_version() {
- automake --version 2>/dev/null | sed -n -e '1{s:.*(GNU automake) ::p;q}'
+ autotools_run_tool automake --version 2>/dev/null | sed -n -e '1{s:.*(GNU automake) ::p;q}'
}
if [[ -z ${makefile_name} ]] ; then