>>>>> "Jonas" == Jonas Berlin <[EMAIL PROTECTED]> writes:
Jonas> I don't know if this has been fixed or not, but in my
Jonas> automake-1.4-5 which came with RedHat 6.1, there are bugs in
Jonas> the main executable, i.e. "automake".
Both the bugs you mention are fixed in the cvs automake.
Jonas> And then a question: Is there any way to "nicely" extend
Jonas> automake, i.e. add support for special executables, new
Jonas> "languages", and stuff ? I have currently built yet another
Jonas> layer over automake (i.e. one that reads Makefile.xxx:s and
Jonas> creates Makefile.am:s) that allows me to build special
Jonas> executables that I then dynamically load as modules from my
Jonas> main executable. There could for example be some automake.xxx
Jonas> files in the same directory as the configure.in, which would
Jonas> contain some kind of rules telling how and what to do...
Other than the current support for SUFFIXES, there isn't any way to do
what you want. There probably could be.
I'm not sure I understand the dynamic loading thing. Are you loading
perl code? Or something else?
Tom