summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-12-31 16:53:05 +0000
committerMike Frysinger <vapier@gentoo.org>2013-12-31 16:53:05 +0000
commitb0f45a3113b8eea8338d4b26b6b62581e4bfa280 (patch)
treecbab0bbdbd5025b137628fd5c69c5b990c7a51df /eclass/autotools.eclass
parent[QA] Remove unused files. Added proxy-maintainers to metadata.xml due to non-... (diff)
downloadgentoo-2-b0f45a3113b8eea8338d4b26b6b62581e4bfa280.tar.gz
gentoo-2-b0f45a3113b8eea8338d4b26b6b62581e4bfa280.tar.bz2
gentoo-2-b0f45a3113b8eea8338d4b26b6b62581e4bfa280.zip
elibtoolize: accept explicit dir args on command line #496320 by Arfrever Frehtes Taifersar Arahesis
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 4a0afc7aab07..a81b6e22760d 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.158 2013/12/30 08:19:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.159 2013/12/31 16:53:05 vapier Exp $
# @ECLASS: autotools.eclass
# @MAINTAINER:
@@ -221,8 +221,8 @@ eautoreconf() {
if [[ ${AT_NOELIBTOOLIZE} != "yes" ]] ; then
# Call it here to prevent failures due to elibtoolize called _before_
- # eautoreconf. We set $S because elibtoolize runs on that #265319
- S=${PWD} elibtoolize --force
+ # eautoreconf.
+ elibtoolize --force "${PWD}"
fi
if [[ -n ${multitop} ]] ; then