summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-05 13:44:25 +0000
committerMike Frysinger <vapier@gentoo.org>2011-10-05 13:44:25 +0000
commit020a8cc15b1b564f8e0878b350e07e80463b4a25 (patch)
treeb65f5183e8ffa945deab005d5cadd6d61d116071 /eclass/autotools.eclass
parentVersion bump (diff)
downloadgentoo-2-020a8cc15b1b564f8e0878b350e07e80463b4a25.tar.gz
gentoo-2-020a8cc15b1b564f8e0878b350e07e80463b4a25.tar.bz2
gentoo-2-020a8cc15b1b564f8e0878b350e07e80463b4a25.zip
also check for README files for --foreign (reported by Mr_Bones_)
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 e5f3cecea495..11364171a49b 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.108 2011/09/23 04:14:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.109 2011/10/05 13:44:25 vapier Exp $
# @ECLASS: autotools.eclass
# @MAINTAINER:
@@ -272,7 +272,7 @@ eautomake() {
fi
fi
- [[ -f INSTALL && -f AUTHORS && -f ChangeLog && -f NEWS ]] \
+ [[ -f INSTALL && -f AUTHORS && -f ChangeLog && -f NEWS && -f README ]] \
|| extra_opts="${extra_opts} --foreign"
# --force-missing seems not to be recognized by some flavours of automake