This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: install script needs other permissions
- To: Peter Eisentraut <peter_e at gmx dot net>
- Subject: Re: install script needs other permissions
- From: Tom Tromey <tromey at redhat dot com>
- Date: 19 Jun 2001 17:13:25 -0600
- Cc: Achim Gaedke <Achim dot Gaedk at zpr dot uni-koeln dot de>, <autoconf at gnu dot org>, <automake at gnu dot org>, <messer at zpr dot uni-koeln dot de>
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <Pine.LNX.4.30.0106191931580.724-100000@peter.localdomain>
- Reply-To: tromey at redhat dot com
>>>>> "Peter" == Peter Eisentraut <peter_e@gmx.net> 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
configure invocation on your host will do the right thing
automatically.
Tom