]> Savannah Git Hosting - gnulib.git/commit
assert-h: work around include confusion
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Sep 2022 18:44:19 +0000 (13:44 -0500)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Sep 2022 18:45:26 +0000 (13:45 -0500)
commitcf28d454d27ca3430164a2c07b302212f6804239
tree4fb37a3f30f3b4e77844cd790cb10f89a103cc97
parentc9983d32dd54bd4543033173dff6616088621ddd
assert-h: work around include confusion

* m4/assert_h.m4 (gl_ASSERT_H): Arrange for <config.h> to not
include <assert.h> if assert is already defined.  This works
around bugs in packages that mistakenly include <config.h> after
including <assert.h> (typically due to double-inclusion of
<config.h>).  Found in coreutils, which I plan to fix.
ChangeLog
m4/assert_h.m4