>>>>> "William" == William Robertson <[EMAIL PROTECTED]> writes:
William> I've made the usual search through the docs and mailing list, William> but haven't been able to find an answer for this. Is there William> any way to tell automake to generate an alternate output file William> instead of Makefile.in? In theory this can be done. In practice I don't know if I've ever even tried it. But try writing something like: AC_OUTPUT(foo) Then write `foo.am'. This should cause automake to create `foo.in'. I think that's all that is currently possible. And it won't work properly in some situations, namely recursive make invocations. Why do you want to do this? Tom