The build system defines variables similar to the ones automake provides to control the verbosity of the build. However, the iptables implemen- tation is only partially effective and was written fifteen years ago. This patch-set brings the variable definitions in line with the current automake recommendations and fixes some bugs. Patch 1 contains some unrelated formatting changes. Patches 2 & 3 remove some unused variables. Patch 4 brings the remaining ones in line with automake. Patch 5 adds a new variable for `ln`. Patches 6 & 7 fix some problems with the man-page rules. Jeremy Sowden (7): build: format `AM_CPPFLAGS` variables build: remove obsolete `AM_LIBTOOL_SILENT` variable build: remove unused `AM_VERBOSE_CXX*` variables build: use standard automake verbosity variables build: add an automake verbosity variable for `ln` build: replace `echo -e` with `printf` build: suppress man-page listing in silent rules extensions/GNUmakefile.in | 79 ++++++++++++++++++++++++--------------- iptables/Makefile.am | 15 ++++++-- 2 files changed, 60 insertions(+), 34 deletions(-) -- 2.43.0