>>>>> "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes:
Robert> How is $depmode set?
>> It is set externally before running depcomp. The correct setting
>> for the compiler is determined by some autoconf magic.
Robert> Could you elaborate on this? or perhaps you could just point
Robert> me to the files? I need to determine where and how this is
Robert> set. I know what to do, I just can't find where to do it. ;)
The code is in m4/depend.m4.
It works by looking at the "depcomp" script and figuring out all the
possible tags (it extracts them from the case statement with sed).
Then it tries each possible tag with the current compiler until it
finds the correct one.
Does this help?
Tom
_______________________________________________
Automake mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/automake