summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-08-21 19:39:52 +0000
committerMike Frysinger <vapier@gentoo.org>2010-08-21 19:39:52 +0000
commitf76e332157dea781aec91d1eba0f2cd3bcea4e3d (patch)
tree206834bf81b80516edcca4ffe2c25c0d9f7e5f20 /eclass/apache-2.eclass
parentupdate eclass documentation to use new markings and avoid warnings (diff)
downloadgentoo-2-f76e332157dea781aec91d1eba0f2cd3bcea4e3d.tar.gz
gentoo-2-f76e332157dea781aec91d1eba0f2cd3bcea4e3d.tar.bz2
gentoo-2-f76e332157dea781aec91d1eba0f2cd3bcea4e3d.zip
remove unused references to long dead (circa 2006) AT_GNUCONF_UPDATE variable
Diffstat (limited to 'eclass/apache-2.eclass')
-rw-r--r--eclass/apache-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
index 0f533ef4d95d..989fd1ce4bc7 100644
--- a/eclass/apache-2.eclass
+++ b/eclass/apache-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.21 2010/07/11 08:22:40 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.22 2010/08/21 19:39:52 vapier Exp $
EAPI="2"
@@ -426,7 +426,7 @@ apache-2_src_prepare() {
# patched-in MPMs need the build environment rebuilt
sed -i -e '/sinclude/d' configure.in
- AT_GNUCONF_UPDATE=yes AT_M4DIR=build eautoreconf
+ AT_M4DIR=build eautoreconf
}
# @FUNCTION: apache-2_src_configure