Hello Jason, * Jason Kraftcheck wrote on Thu, Jan 18, 2007 at 07:39:30PM CET: > Is there a way to enable dependency tracking by default even if only slow > mechanisms are available (as if --enable-dependency-tracking were always > specified?).
You mean as the package developer? Put
: ${enable_dependency_tracking=yes}
before the first compiler test in configure.ac. The
./configure --help
output won't match the semantics then, though.
Hope that helps.
Cheers,
Ralf
