automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bootstrap prob


From: Patrick Welche
Subject: bootstrap prob
Date: Sun, 10 Nov 2002 12:39:11 +0000
User-agent: Mutt/1.3.19i

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

[Prev in Thread] Current Thread [Next in Thread]