summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-01-15 03:19:03 +0000
committerMike Frysinger <vapier@gentoo.org>2010-01-15 03:19:03 +0000
commit3c1cc38d06a115893f5776a539ed8509636f9382 (patch)
tree97454d448f4f9ed1f7aa543129541c72f9b40d5d /eclass/autotools.eclass
parentRestrict deps to old xfce-base/thunar. (diff)
downloadgentoo-2-3c1cc38d06a115893f5776a539ed8509636f9382.tar.gz
gentoo-2-3c1cc38d06a115893f5776a539ed8509636f9382.tar.bz2
gentoo-2-3c1cc38d06a115893f5776a539ed8509636f9382.zip
start an eautopoint helper
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r--eclass/autotools.eclass9
1 files changed, 8 insertions, 1 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 38f0650636e6..d062c5984e4f 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.89 2010/01/10 18:39:16 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.90 2010/01/15 03:19:03 vapier Exp $
# @ECLASS: autotools.eclass
# @MAINTAINER:
@@ -235,6 +235,13 @@ eautomake() {
autotools_run_tool automake --add-missing --copy ${extra_opts} "$@"
}
+# @FUNCTION: eautopoint
+# @DESCRIPTION:
+# Runs autopoint (from the gettext package).
+eautopoint() {
+ autotools_run_tool autopoint "$@"
+}
+
# Internal function to run an autotools' tool
autotools_run_tool() {
if [[ ${EBUILD_PHASE} != "unpack" && ${EBUILD_PHASE} != "prepare" ]]; then