> "Peter" == Peter Eisentraut <[EMAIL PROTECTED]> writes:
Peter> make install INSTALL_PROGRAM='install -m 000' INSTALL_DATA='install -m 123' #
etc.
This is probably the only sort of thing we'll support in automake.
I imagine you can set these variables in your config.site. Then any
config
Achim Gaedke writes:
> There are two things, we would like to have:
> a target, that writes all installed files to a logfile
You can do this by writing a shell script which takes the same options as
a regular 'install' program but instead of installing the file it logs it
somewhere.
> and an op