From b0f45a3113b8eea8338d4b26b6b62581e4bfa280 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 31 Dec 2013 16:53:05 +0000 Subject: elibtoolize: accept explicit dir args on command line #496320 by Arfrever Frehtes Taifersar Arahesis --- eclass/autotools.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass/autotools.eclass') 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 -- cgit v1.2.3-65-gdbad