> %SILENT% doesn't work in any of the places I tried. I'm speculating that
> this is because it's substituted too early. I see it being used in a few
> places (eg. lib/am/library.am), but those rules are full of other %NAME%
> strings.
Different files will use different substitutions. For SILENT to work
it needs to have been included in the arguments to file_contents.
Search automake.in for "SILENT" to see how and where it is set.

Reply via email to