> "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
Hello!
At this institute we have groups for software installation, so the
software should be writable for this group and not only for the
installing person.
But there is no option to change the default permissions, as set via
configure and Makefile.in generated by automake.
So we have to change