> "Eric" == Eric Siegerman <[EMAIL PROTECTED]> writes:
Eric> bin_PROGRAMS = myscript
_PROGRAMS is only used for compiled programs.
Use _SCRIPTS instead.
Eric> Then I tried changing PROGRAMS to SCRIPTS:
Eric> bin_SCRIPTS = myscript
Eric> but then automake complained of:
Eric> invalid u
Ok, it feels as though I'm trying to accomplish the impossible
... which means that the obvious thing I'm missing must be
*really* obvious :-/
I'm trying to do config-variable substitutions on some scripts,
to get @datadir@ and the like inserted into them.
The value of @datadir@ that gets substi