Re: 3-rd party aux files.

2022-11-07 Thread Van de Bugger
> If you, or anyone, can draft a patch, that would be great. I think I could draft a patch, but I am not sure which interface to choose for the new feature. I see few possible approaches: 1. Let automake look for aux files in *two* directories: /usr/share/automake-1.16 and /usr/share/automake. I

Re: 3-rd party aux files.

2022-11-06 Thread Karl Berry
automake -af --libdir=$HOME/aux it breaks automake (it can't find other files, e.g. am/header-vars.am). So, my question: Is there any way to provide 3-rd party aux files? It seems not :(. If you, or anyone, can draft a patch, that would be great. As can be seen by how long it took me