diff options
Diffstat (limited to 'automake.in')
-rw-r--r-- | automake.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/automake.in b/automake.in index 2f60c1818..386bbf2e5 100644 --- a/automake.in +++ b/automake.in @@ -3019,10 +3019,6 @@ sub scan_texinfo_file ($) return; } - my $infobase = basename ($filename); - # TODO: In Automake 1.14 (or even 1.13.2), start warning against - # TODO: suffixes != ".texi", to ease transition to Automake-NG. - $infobase =~ s/\.te?xi(nfo)?$//; return ($outfile, $vfile); } |