* automake.in (handle_texinfos): Drop now-useless transform %TEXIQUIET%.
Signed-off-by: Stefano Lattarini <[email protected]>
---
automake.in | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/automake.in b/automake.in
index b52ba60..85b4419 100644
--- a/automake.in
+++ b/automake.in
@@ -3191,8 +3191,7 @@ sub handle_texinfo ()
MOSTLYCLEAN => $mostlyclean,
TEXICLEAN => $clean,
MAINTCLEAN => $maintclean,
- 'LOCAL-TEXIS' => !!$info_texinfos,
- TEXIQUIET => verbose_flag('texinfo'));
+ 'LOCAL-TEXIS' => !!$info_texinfos);
}
--
1.7.9.5