----- Original Message -----
From: "Robert Collins" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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