From aae9051fa7e087f5bb559952cf31c09cdbb46981 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 14 Nov 2002 16:33:14 +0000 Subject: [PATCH] * automake.in (handle_installdirs): Reindent to workaround a parsing bug in Perl 5.6.0. Reported by Patrick Welche. --- ChangeLog | 4 ++++ automake.in | 14 ++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 01b6e642..7f51cc26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-11-14 Alexandre Duret-Lutz + * automake.in (handle_installdirs): Reindent to workaround a + parsing bug in Perl 5.6.0. + Reported by Patrick Welche. + * lib/Automake/Conditional.pm: Add reference to ConditionalSet.pm. * lib/Automake/ConditionalSet.pm: New file. * lib/Automake/Makefile.am (dist_perllib_DATA): Add ConditionalSet.pm. diff --git a/automake.in b/automake.in index ba385a21..fd8119d3 100755 --- a/automake.in +++ b/automake.in @@ -4736,14 +4736,12 @@ sub handle_footer # 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' : '')); + $output_rules .= &file_contents + ('install', + new Automake::Location, + am__installdirs => variable_value ('am__installdirs') || '', + 'installdirs-local' => (target_defined ('installdirs-local') + ? ' installdirs-local' : '')); } -- 2.43.5