OK, here's a bit more info:

In automake.in this code appears:

            foreach my $iter (@deplist)
            {
                $output_rules .= ('@AMDEP_TRUE@@_am_include@ @_am_quote@'
                                  . $iter . '@_am_quote@' . "\n");
            }

Which, if it added @AMDEP_TRUE@ to the Makefile.in's would work,
but when I execute 'make' the automake that is produced has
this code instead of the above:

            foreach my $iter (@deplist)
            {
                $output_rules .= (' @_am_include@ @_am_quote@'
                                  . $iter . '@_am_quote@' . "\n");
            }

Where did @AMDEP_TRUE@ go?

-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  [EMAIL PROTECTED]

Reply via email to