Author: Daniel Baumann Description: Removing AX_CODE_COVERAGE from configure.ac to fix FTBFS. diff -Naurp wget.orig/configure.ac wget/configure.ac --- wget.orig/configure.ac +++ wget/configure.ac @@ -30,11 +30,6 @@ dnl dnl Process this file with autoconf to produce a configure script. dnl -dnl Error if AX_CODE_COVERAGE if missing (like on the 1.21 release). -m4_pattern_forbid([^_?AX_]) -m4_pattern_allow([AX_CHECK_GNU_MAKE_HEADLINE]) -m4_pattern_allow([_AX_CODE_COVERAGE_GCOV_PROG_WITH]) - AC_INIT([wget],[m4_esyscmd(build-aux/git-version-gen .tarball-version)],[bug-wget@gnu.org]) AC_PREREQ([2.64])