From: Stefano Lattarini Date: Sun, 12 Aug 2012 11:43:54 +0000 (+0200) Subject: cleanup: remove unused transform '%HAVE-MANS%' X-Git-Tag: v1.12b~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a93e9857e4f211769147fe9d0e9ffe6326c38fe;p=thirdparty%2Fautomake.git cleanup: remove unused transform '%HAVE-MANS%' * automake.in (preprocess_file): Here. Signed-off-by: Stefano Lattarini --- diff --git a/automake.in b/automake.in index 8b8c405c2..9d24abf8a 100644 --- a/automake.in +++ b/automake.in @@ -6803,7 +6803,6 @@ sub preprocess_file ($%) 'INSTALL-INFO' => ! option 'no-installinfo', 'INSTALL-MAN' => ! option 'no-installman', - 'HAVE-MANS' => !! var ('MANS'), 'CK-NEWS' => !! option 'check-news', 'SUBDIRS' => !! var ('SUBDIRS'),