> "Olly" == Olly Betts <[EMAIL PROTECTED]> writes:
>> localhost:~/src/4dim$ automake
>> Makefile.am:2: bad macro name '4dim_SOURCES'
Olly> I hit this problem a few months ago. It's an unnecessary
Olly> restriction which is fixed in the CVS version of automake.
Olly> If you'd prefer not to
In article <[EMAIL PROTECTED]>, Gerall Kahla wrote:
> I'm working with a program whose name begins with a numeral, and
>I'm getting an error:
>
>localhost:~/src/4dim$ automake
>Makefile.am:2: bad macro name '4dim_SOURCES'
I hit this problem a few months ago. It's an unnecessary restriction
Hello, all--
I've read through the automake documentation, and it said that
the characters comprising the name of the binary in the
bin_PROGRAMS macro could have alphabetical and numerical
components.
I'm working with a program whose name begins with a numeral, and
I'm ge