This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: include files and statically linked libraries
- From: Tom Tromey <tromey at redhat dot com>
- To: Eric Anderson <eric dot anderson at cordata dot net>
- Cc: Automake <automake at gnu dot org>
- Date: 24 Oct 2002 16:00:47 -0600
- Subject: Re: include files and statically linked libraries
- References: <1035124050.4430.29.camel@Beast><871y6lar85.fsf@fleche.redhat.com> <1035248569.8992.24.camel@Beast>
- Reply-to: tromey at redhat dot com
>>>>> "Eric" == Eric Anderson <eric.anderson@cordata.net> writes:
Eric> Makefile:225: *** missing separator. Stop.
Eric> and line 225 of the Makefile is:
Eric> @SET_MAKE@
This means that whatever configure is building this Makefile doesn't
invoke AC_PROG_MAKE_SET. AM_INIT_AUTOMAKE invokes this, so it
is probably some weird problem. Maybe not running aclocal?
Tom