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
