summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0001-ax-code-coverage.patch
blob: bd2a1b29167d9b22f4517543494fd98109f6f837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
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])