This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Dependency setting
- From: Wei Qin <wqin at EE dot Princeton dot EDU>
- To: automake at gnu dot org
- Date: Tue, 26 Feb 2002 16:09:39 -0500 (EST)
- Subject: Dependency setting
Hi,
My source code uses a C macro whose value depends on the installation
prefix. So every time I run configure, I hope that the source code will be
recompiled. But the default dependencies checking by automake does not
let this happend. How can I specify this dependency relationship without
disabling the automatic dependency tracking?
thanks in advance,
Wei