File: 0003-Do-not-error-on-warnings-in-autoconf.patch

package info (click to toggle)
ocaml 5.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,124 kB
  • sloc: ml: 355,439; ansic: 51,636; sh: 25,098; asm: 5,413; makefile: 3,673; python: 919; javascript: 273; awk: 253; perl: 59; fortran: 21; cs: 9
file content (22 lines) | stat: -rw-r--r-- 702 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Stephane Glondu <steph@glondu.net>
Date: Thu, 25 Nov 2021 15:01:11 +0100
Subject: Do not error on warnings in autoconf

Bug-Debian: https://bugs.debian.org/978875
---
 tools/autogen | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/autogen b/tools/autogen
index cd9f6d2..7fd2f92 100755
--- a/tools/autogen
+++ b/tools/autogen
@@ -16,7 +16,7 @@
 # Remove the autom4te.cache directory to make sure we start in a clean state
 rm -rf autom4te.cache
 
-${1-autoconf} --force --warnings=all,error
+${1-autoconf} --force --warnings=all
 
 # Allow pre-processing of configure arguments for Git check-outs
 # The sed call removes dra27's copyright on the whole configure script...