No semantic change is intended.
* automake.in (handle_texinfo): Process 'texibuild.am' with
'&process_file' rather than with '&file_contents'.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
# in &handle_texinfo_helper.
foreach my $valid_texinfo_suf (qw/texi texinfo txi/)
{
- $output_rules .= file_contents (
- 'texibuild', new Automake::Location,
+ $output_verbatim .= preprocess_file (
+ "$libdir/am/texibuild.am",
AM_V_MAKEINFO => verbose_flag('MAKEINFO'),
AM_V_TEXI2DVI => verbose_flag('TEXI2DVI'),
AM_V_TEXI2PDF => verbose_flag('TEXI2PDF'),