This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Cannot add a new file extension
- From: Tom Tromey <tromey at redhat dot com>
- To: Dmitry Mikhin <dmitrym at acres dot com dot au>
- Cc: automake at gnu dot org
- Date: 31 Dec 2001 19:54:50 -0700
- Subject: Re: Cannot add a new file extension
- References: <3BD77D1B.791E694A@acres.com.au>
- Reply-to: tromey at redhat dot com
>>>>> "Dmitry" == Dmitry Mikhin <dmitrym@acres.com.au> writes:
I didn't see a reply to this.
Dmitry> Assume that we have a language called K. The source files *.k
Dmitry> are compiled using a compiler called 'kc'. This project has a
Dmitry> single source file 'file.k' and I want to use autotools for
Dmitry> generating Makefiles. Automake fails to produce 'Makefile.in'
Dmitry> complaining:
Dmitry> Can't call method "target_hook" on an undefined value at
Dmitry> /usr/local/bin/automake line 1943.
This was fixed in cvs. I believe the fix is in the 1.5b pre-release.
Tom