summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-19 22:35:50 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-19 22:35:50 +0000
commit667632a1952691b218dcb0ffe439d3891a016b5a (patch)
tree5b517526efc34fb61a7e8873dc20e0b0d68397a9 /eclass
parentAdd DEPEND on app-arch/unzip (diff)
downloadhistorical-667632a1952691b218dcb0ffe439d3891a016b5a.tar.gz
historical-667632a1952691b218dcb0ffe439d3891a016b5a.tar.bz2
historical-667632a1952691b218dcb0ffe439d3891a016b5a.zip
Also NEWS file is needed for automake not to need --foreign. This allows to use eautoreconf with app-text/wv2 (and probably others, too).
Diffstat (limited to 'eclass')
-rw-r--r--eclass/autotools.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 3b139da98728..29f15f823f90 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.32 2006/03/12 16:47:55 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.33 2006/03/19 22:35:50 flameeyes Exp $
#
# Author: Diego Pettenò <flameeyes@gentoo.org>
# Enhancements: Martin Schlemmer <azarah@gentoo.org>
@@ -144,7 +144,7 @@ eautomake() {
[[ -f Makefile.am ]] || return 0
- [[ -f INSTALL && -f AUTHORS && -f ChangeLog ]] \
+ [[ -f INSTALL && -f AUTHORS && -f ChangeLog && -f NEWS ]] \
|| extra_opts="${extra_opts} --foreign"
# --force-missing seems not to be recognized by some flavours of automake