This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Modifying installed script names ?
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: John Levon <levon at movementarian dot org>
- Cc: automake at gnu dot org
- Date: Fri, 13 Dec 2002 12:30:32 +0100
- Subject: Re: Modifying installed script names ?
- References: <20021212164029.GE4881@compsoc.man.ac.uk>
>>> "John" == John Levon <levon@movementarian.org> writes:
[...]
John> If a condition is set, then op_start_25,op_dump_25,op_stop_25 need to
John> be installed as op_start,op_dump,op_stop, otherwise we can just install
John> the existing op_start/dump/stop in the source tree.
You could declare everybody using `noinst_SCRIPTS', and install
them using a custom `install-exec-local' rule.
[...]
--
Alexandre Duret-Lutz