Do not error on warnings in autoconf
authorStephane Glondu <steph@glondu.net>
Thu, 25 Nov 2021 14:01:11 +0000 (15:01 +0100)
committerStéphane Glondu <glondu@debian.org>
Wed, 20 Sep 2023 07:59:40 +0000 (09:59 +0200)
Bug-Debian: https://bugs.debian.org/978875

Gbp-Pq: Name 0006-Do-not-error-on-warnings-in-autoconf.patch

tools/autogen

index 69cc91018062fec63dd70555f2075330dde2a5b4..41be70242dd5a3846f660ea4cff6d445c9909ce5 100755 (executable)
@@ -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...