With cvs code from now:

% sh bootstrap
Bareword "am__installdirs" not allowed while "strict subs" in use at ./automake.tmp 
line 4742.
BEGIN not safe after errors--compilation aborted at ./automake.tmp line 7682.

# Deal with installdirs target.
sub handle_installdirs ()
{   
    $output_rules .=
      &file_contents ('install',
              new Automake::Location,
              am__installdirs
                => variable_value ('am__installdirs') || '',
              'installdirs-local'
                => (target_defined ('installdirs-local')
                ? ' installdirs-local' : ''));
}   


I don't see how that should work...
&variable_value('MAKEFILE-AM-INSTALLDIRS'), then
'MAKEFILE-AM-INSTALLDIRS' => variable_value('am__installdirs').. ?

?

Cheers,

Patrick


Reply via email to