diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-12-09 10:42:09 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-12-09 10:42:09 +0000 |
commit | 71aa24fbb4539016c205748ccf77b9a0936bff6c (patch) | |
tree | 3cc2af5cc665c42909d9637c0279738db346059a /eclass/autotools.eclass | |
parent | marking stable on x86 and ppc (diff) | |
download | gentoo-2-71aa24fbb4539016c205748ccf77b9a0936bff6c.tar.gz gentoo-2-71aa24fbb4539016c205748ccf77b9a0936bff6c.tar.bz2 gentoo-2-71aa24fbb4539016c205748ccf77b9a0936bff6c.zip |
Print options we run autotools with.
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r-- | eclass/autotools.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 0b19d66df59a..b434eeba3d23 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -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.26 2005/12/08 22:51:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.27 2005/12/09 10:42:09 azarah Exp $ # # Author: Diego Pettenò <flameeyes@gentoo.org> # Enhancements: Martin Schlemmer <azarah@gentoo.org> @@ -163,7 +163,7 @@ autotools_run_tool() { echo "***** $1 *****" > ${STDERR_TARGET%/*}/$1-${STDERR_TARGET##*/} echo >> ${STDERR_TARGET%/*}/$1-${STDERR_TARGET##*/} - ebegin "Running $1" + ebegin "Running $@" $@ >> ${STDERR_TARGET%/*}/$1-${STDERR_TARGET##*/} 2>&1 ris=$? eend ${ris} |