From 8ccc31adbc8129bc18e1a1b841ab9b9df21d68e8 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Thu, 25 Nov 2021 15:01:11 +0100 Subject: [PATCH] Do not error on warnings in autoconf Bug-Debian: https://bugs.debian.org/978875 Gbp-Pq: Name 0009-Do-not-error-on-warnings-in-autoconf.patch --- tools/autogen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/autogen b/tools/autogen index 8c85c2cb..efc17dde 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 -autoconf --force --warnings=all,error +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... -- 2.30.2