From: Stefano Lattarini Date: Sun, 12 Aug 2012 12:52:32 +0000 (+0200) Subject: [ng] cleanup: remove unused transform '%INSTALL-INFO%' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0980ac4ce95e65867403ae705d777e1c728db1eb;p=thirdparty%2Fautomake.git [ng] cleanup: remove unused transform '%INSTALL-INFO%' * automake.in (preprocess_file): Here. Signed-off-by: Stefano Lattarini --- diff --git a/automake.in b/automake.in index a81f8e3ca..12f2a997d 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'),