This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: More CVS head errors
- To: "Robert Collins" <robert dot collins at itdomain dot com dot au>,<automake at gnu dot org>
- Subject: Re: More CVS head errors
- From: "Robert Collins" <robert dot collins at itdomain dot com dot au>
- Date: Fri, 20 Apr 2001 09:44:06 +1000
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <003401c0c929$704c3ae0$0200a8c0@lifelesswks>
----- Original Message -----
From: "Robert Collins" <robert.collins@itdomain.com.au>
To: <automake@gnu.org>
Sent: Friday, April 20, 2001 9:35 AM
Subject: More CVS head errors
> I know you love this bleeding edge feedback :]
>
> What could cause errors like
> Automake::register_language() called too early to check prototype at
> /bin/automake line 742.
>
> (which is
> register_language ('name' => 'c',
> 'ansi' => '1',
> 'autodep' => '',
> 'flags' => 'CFLAGS',
> 'compile' => '$(CC) $(DEFS) $(INCLUDES)
> $(AM_CPPFLAGS) $(CPPFLAGS) $(AM
> _CFLAGS) $(CFLAGS)',
> 'compiler' => 'COMPILE',
> 'output-arg' => '-c',
> 'extensions' => ['c'],
> '_finish' => \&lang_c_finish);
> )
>
> I get a dozen odd of those errors, and also
>
> automake: lib/Makefile.am: AMDEP does not appear in AM_CONDITIONAL
> automake: lib/Makefile.am: AMDEP does not appear in AM_CONDITIONAL
> automake: lib/Makefile.am: AMDEP does not appear in AM_CONDITIONAL
> automake: lib/Makefile.am: AMDEP does not appear in AM_CONDITIONAL
>
Sorry for the noise: I had not run aclocal. The first error still occurs
though.
Rob