summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2011-01-22 20:28:53 +0000
committerMaciej Mrozowski <reavertm@gentoo.org>2011-01-22 20:28:53 +0000
commite7c141120eae790d252752dce3eadfaf03f31fce (patch)
tree7f1945315fc5b8ec54a2a15ae5218c5ece60510f /eclass/autotools-utils.eclass
parentMark stable (diff)
downloadhistorical-e7c141120eae790d252752dce3eadfaf03f31fce.tar.gz
historical-e7c141120eae790d252752dce3eadfaf03f31fce.tar.bz2
historical-e7c141120eae790d252752dce3eadfaf03f31fce.zip
Fix another example wrt bug 350423
Diffstat (limited to 'eclass/autotools-utils.eclass')
-rw-r--r--eclass/autotools-utils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass
index 0ed26f3d9e36..d88c6b03159b 100644
--- a/eclass/autotools-utils.eclass
+++ b/eclass/autotools-utils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.6 2011/01/20 00:12:59 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.7 2011/01/22 20:28:53 reavertm Exp $
# @ECLASS: autotools-utils.eclass
# @MAINTAINER:
@@ -109,7 +109,7 @@ EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install src_test
# Optional econf arguments as Bash array. Should be defined before calling src_configure.
# @CODE
# src_configure() {
-# myeconfargs=(
+# local myeconfargs=(
# --disable-readline
# --with-confdir="/etc/nasty foo confdir/"
# $(use_enable debug cnddebug)