diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-08-21 19:39:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-08-21 19:39:52 +0000 |
commit | 91181d9da9b0ebfedeeb944877ce829065a1c428 (patch) | |
tree | 4aef698cd0edb49733f98c77e405742dbd99efe0 /eclass/autotools.eclass | |
parent | update eclass documentation to use new markings and avoid warnings (diff) | |
download | historical-91181d9da9b0ebfedeeb944877ce829065a1c428.tar.gz historical-91181d9da9b0ebfedeeb944877ce829065a1c428.tar.bz2 historical-91181d9da9b0ebfedeeb944877ce829065a1c428.zip |
remove unused references to long dead (circa 2006) AT_GNUCONF_UPDATE variable
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r-- | eclass/autotools.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index eb8dc5b242fe..d573332aedbe 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.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.eclass,v 1.100 2010/08/21 19:36:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.101 2010/08/21 19:39:52 vapier Exp $ # @ECLASS: autotools.eclass # @MAINTAINER: @@ -92,8 +92,6 @@ unset _automake_atom _autoconf_atom # @DESCRIPTION: # Additional director(y|ies) aclocal should search : ${AT_M4DIR:=${M4DIR}} -AT_GNUCONF_UPDATE="no" - # @FUNCTION: eautoreconf # @DESCRIPTION: |