summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-05-01 11:46:49 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-05-01 11:46:49 +0000
commit65a4d68b9b71d6565140b063a5990d7d595b8023 (patch)
tree222805950e0acf56fba5db89e5508cbe11ce3353 /eclass
parentNew snapshot to plug multiple memory leaks wrt #351546. (diff)
downloadhistorical-65a4d68b9b71d6565140b063a5990d7d595b8023.tar.gz
historical-65a4d68b9b71d6565140b063a5990d7d595b8023.tar.bz2
historical-65a4d68b9b71d6565140b063a5990d7d595b8023.zip
Add similar output to eautoreconf to intltoolize
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xfconf.eclass7
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/xfconf.eclass b/eclass/xfconf.eclass
index e15db883042a..756912bbb5f3 100644
--- a/eclass/xfconf.eclass
+++ b/eclass/xfconf.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.32 2011/04/30 07:38:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.33 2011/05/01 11:46:49 ssuominen Exp $
# @ECLASS: xfconf.eclass
# @MAINTAINER:
@@ -80,7 +80,10 @@ xfconf_src_prepare() {
base_src_prepare
if [[ -n $EINTLTOOLIZE ]]; then
- intltoolize --force --copy --automake || die
+ local _intltoolize="intltoolize --force --copy --automake"
+ ebegin "Running ${_intltoolize}"
+ ${_intltoolize} || die
+ eend $?
fi
if [[ -n $EAUTORECONF ]]; then