summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-01-12 07:13:14 -0800
committerZac Medico <zmedico@gentoo.org>2011-01-12 07:41:21 -0800
commitb11850f58b39e05b51c903aa6d5738a70b952a84 (patch)
tree03d5e2fd4bd051ccf559139328d24f69c73d3ab6 /doc
parent93885d4b116a1f3e285263ba3c0a621568257f07 (diff)
downloadportage-b11850f58b39e05b51c903aa6d5738a70b952a84.tar.gz
portage-b11850f58b39e05b51c903aa6d5738a70b952a84.tar.bz2
portage-b11850f58b39e05b51c903aa6d5738a70b952a84.zip
econf: check confgure --help for --disable-dep...
This is the new behavior, for bug #211529.
Diffstat (limited to 'doc')
-rw-r--r--doc/package/ebuild/eapi/4.docbook3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/package/ebuild/eapi/4.docbook b/doc/package/ebuild/eapi/4.docbook
index e5f430fc8..24471f1ba 100644
--- a/doc/package/ebuild/eapi/4.docbook
+++ b/doc/package/ebuild/eapi/4.docbook
@@ -92,7 +92,8 @@ over the filename language suffix.
<title>econf adds --disable-dependency-tracking</title>
<para>
The econf helper now adds --disable-dependency-tracking to the
-configure arguments.
+configure arguments if the string disable-dependency-tracking
+occurs in the output configure --help.
</para>
</section>
<section id='package-ebuild-eapi-4-helpers-use-with-enable-empty-third-arg'>