cleanup: remove two lines of dead code in automake
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 1 Jan 2013 20:31:01 +0000 (21:31 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 2 Jan 2013 12:09:46 +0000 (13:09 +0100)
* automake.in (scan_texinfo_file): Here, the definition and
munging of '$infobase'.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in

index 2f60c18..386bbf2 100644 (file)
@@ -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);
 }