automake-patches
[Top][All Lists]
Advanced

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

[FYI] {maint} cleanup: remove two lines of dead code in automake


From: Stefano Lattarini
Subject: [FYI] {maint} cleanup: remove two lines of dead code in automake
Date: Tue, 1 Jan 2013 21:39:08 +0100

* automake.in (scan_texinfo_file): Here, the definition and
munging of '$infobase'.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 automake.in | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/automake.in b/automake.in
index 2f60c18..386bbf2 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);
 }
 
-- 
1.8.1.rc3.27.g3b73c7d




reply via email to

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