From 58364b9e692ad9eb055ef8736d6d8a200b5bd898 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Mon, 29 Oct 2018 16:16:08 -0700 Subject: Fix AX_CODE_COVERAGE 'distclean' related comments The local Automake distclean target is distclean-local, not dist-clean-local. Update the AX_CODE_COVERAGE macro documentation, accordingly. --- m4/ax_code_coverage.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/ax_code_coverage.m4 b/m4/ax_code_coverage.m4 index bfcdf4d..3d36924 100644 --- a/m4/ax_code_coverage.m4 +++ b/m4/ax_code_coverage.m4 @@ -40,7 +40,7 @@ # my_program_CXXFLAGS = ... $(CODE_COVERAGE_CXXFLAGS) ... # # clean-local: code-coverage-clean -# dist-clean-local: code-coverage-dist-clean +# distclean-local: code-coverage-dist-clean # # This results in a "check-code-coverage" rule being added to any # Makefile.am which do "include $(top_srcdir)/aminclude_static.am" @@ -74,7 +74,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see . -#serial 31 +#serial 32 m4_define(_AX_CODE_COVERAGE_RULES,[ AX_ADD_AM_MACRO_STATIC([ -- cgit v1.2.1