From: Stephane Glondu Date: Thu, 25 Nov 2021 14:01:11 +0000 (+0100) Subject: Do not error on warnings in autoconf X-Git-Tag: archive/raspbian/5.3.0-2+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=691eb4f5e85d696187fcfba46175a360883b08f3;p=ocaml.git Do not error on warnings in autoconf Bug-Debian: https://bugs.debian.org/978875 Gbp-Pq: Name 0003-Do-not-error-on-warnings-in-autoconf.patch --- diff --git a/tools/autogen b/tools/autogen index cd9f6d2f..7fd2f921 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...