diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-07-31 20:45:41 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-07-31 20:45:41 +0000 |
commit | 627411177f70c0aa9c0dc36f96d1cf35e7e8e4c0 (patch) | |
tree | ce4ae1038eea0484208048d830e423b43bb84dfb /eclass | |
parent | Bumped to drupal-5.9 in response to sec issue #233478. Removed vulnerable 5.8. (diff) | |
download | gentoo-2-627411177f70c0aa9c0dc36f96d1cf35e7e8e4c0.tar.gz gentoo-2-627411177f70c0aa9c0dc36f96d1cf35e7e8e4c0.tar.bz2 gentoo-2-627411177f70c0aa9c0dc36f96d1cf35e7e8e4c0.zip |
Revert my last commit with regards to running eaotoreconf twice. Found out from flameeyes that this is possibly a bad thing that breaks the eclass. Working out a solution.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/autotools.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 617c7c83af26..e8c100acbbc2 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.79 2008/07/31 19:54:33 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.80 2008/07/31 20:45:41 darkside Exp $ # @ECLASS: autotools.eclass # @MAINTAINER: @@ -82,9 +82,6 @@ AT_GNUCONF_UPDATE="no" eautoreconf() { local pwd=$(pwd) x auxdir - [[ -f .eautoreconfd ]] && einfo "eautoreconf already ran, skipping" && return 0 - >> .eautoreconfd - if [[ -z ${AT_NO_RECURSIVE} ]]; then # Take care of subdirs for x in $(autotools_get_subdirs); do |