summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-08 22:51:52 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-08 22:51:52 +0000
commitdb7871ab86525e4a071e94959f5b72ac6187c838 (patch)
treefdb8507500560b804d00204913553df2e574a980 /eclass/autotools.eclass
parentChange the AT_M4DIR to use the full path to fix it when it builds inside zlib... (diff)
downloadhistorical-db7871ab86525e4a071e94959f5b72ac6187c838.tar.gz
historical-db7871ab86525e4a071e94959f5b72ac6187c838.tar.bz2
historical-db7871ab86525e4a071e94959f5b72ac6187c838.zip
Added einfo output stating where eautoreconf is being called, to make sure to check the right files when there are failures in a subdirectory.
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r--eclass/autotools.eclass3
1 files changed, 2 insertions, 1 deletions
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ò <flameeyes@gentoo.org>
# Enhancements: Martin Schlemmer <azarah@gentoo.org>
@@ -62,6 +62,7 @@ eautoreconf() {
fi
done
+ einfo "Running eautoreconf in '$(pwd)' ..."
eaclocal
_elibtoolize --copy --force
eautoconf