projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90da812
)
Do not error on warnings in autoconf
author
Stephane Glondu
<steph@glondu.net>
Thu, 25 Nov 2021 14:01:11 +0000
(15:01 +0100)
committer
Stéphane Glondu
<glondu@debian.org>
Thu, 25 Nov 2021 14:45:31 +0000
(15:45 +0100)
Bug-Debian: https://bugs.debian.org/978875
Gbp-Pq: Name 0009-Do-not-error-on-warnings-in-autoconf.patch
tools/autogen
patch
|
blob
|
history
diff --git
a/tools/autogen
b/tools/autogen
index 8c85c2cba8eee9da73c5f5909a261376f8727de3..efc17ddeaab120e3ba890e3cc99dc94041c7e480 100755
(executable)
--- 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...