From 21c7b1334bac6be33e31ece91ce6210fcd7380b3 Mon Sep 17 00:00:00 2001 From: Ulrich Mueller Date: Fri, 31 Dec 2010 15:56:09 +0100 Subject: [PATCH 1/2] Fix --disable-dependency-tracking b0rkage, bug 211529. --- pkg-mgr-commands.tex | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index d6db362..967d4f3 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -141,7 +141,10 @@ has returned. \item -{}-host must be the value of the \t{CHOST} environment variable. \item -{}-libdir must be set according to Algorithm~\ref{alg:econf-libdir}. \item -{}-disable-dependency-tracking, if the EAPI is listed in - table~\ref{tab:econf-options-table} as using it. + table~\ref{tab:econf-options-table} as using it. This option will only be passed if one + of the files \t{GNUmakefile.am}, \t{Makefile.am} or \t{makefile.am} exists in the + \t{ECONF\_SOURCE} directory, or, if that variable is not set, in the current working + directory. \end{itemize} \begin{centertable}{Extra \t{econf} arguments for EAPIs} \label{tab:econf-options-table} -- 1.7.4.rc1