automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [FYI] [ng] cleanup: remove unused transform '%INSTALL-INFO


From: Stefano Lattarini
Subject: [Automake-NG] [FYI] [ng] cleanup: remove unused transform '%INSTALL-INFO%'
Date: Sun, 12 Aug 2012 14:55:56 +0200

* automake.in (preprocess_file): Here.

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

diff --git a/automake.in b/automake.in
index a81f8e3..12f2a99 100644
--- a/automake.in
+++ b/automake.in
@@ -5660,8 +5660,7 @@ sub preprocess_file ($%)
 
   # Complete %transform with global options.
   # Note that %transform goes last, so it overrides global options.
-  %transform = ( 'INSTALL-INFO' =>  ! option 'no-installinfo',
-                'INSTALL-MAN'  =>  ! option 'no-installman',
+  %transform = ( 'INSTALL-MAN'  =>  ! option 'no-installman',
                 'HAVE-MANS'    => !! var ('MANS'),
 
                 'SUBDIRS'      => !! var ('SUBDIRS'),
-- 
1.7.12.rc0




reply via email to

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