summaryrefslogtreecommitdiff
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
commit9be0ef2e0873b8e85a2ec907eec1045b1b9e0549 (patch)
tree1aa80a17e88458a7740411c64949fa6a1407b3da /eclass/autotools.eclass
parentAdd DEPEND on app-arch/unzip (diff)
downloadgentoo-2-9be0ef2e0873b8e85a2ec907eec1045b1b9e0549.tar.gz
gentoo-2-9be0ef2e0873b8e85a2ec907eec1045b1b9e0549.tar.bz2
gentoo-2-9be0ef2e0873b8e85a2ec907eec1045b1b9e0549.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/autotools.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