From db7871ab86525e4a071e94959f5b72ac6187c838 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Thu, 8 Dec 2005 22:51:52 +0000 Subject: Added einfo output stating where eautoreconf is being called, to make sure to check the right files when there are failures in a subdirectory. --- eclass/autotools.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eclass/autotools.eclass') diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index b8a690790606..0b19d66df59a 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.25 2005/12/08 15:49:29 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.26 2005/12/08 22:51:52 flameeyes Exp $ # # Author: Diego Pettenò # Enhancements: Martin Schlemmer @@ -62,6 +62,7 @@ eautoreconf() { fi done + einfo "Running eautoreconf in '$(pwd)' ..." eaclocal _elibtoolize --copy --force eautoconf -- cgit v1.2.3-65-gdbad