Re: Making scripts

2002-03-29 Thread Tom Tromey
> "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

Making scripts

2002-03-28 Thread Eric Siegerman
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