]> git.ipfire.org Git - thirdparty/asterisk.git/commit
configure: Rerun bootstrap on modern platform.
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 12 Feb 2024 17:39:18 +0000 (12:39 -0500)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Mon, 12 Feb 2024 18:42:52 +0000 (18:42 +0000)
commitd0d09ef0103a76d8f66e5013a9e41c05c33c599d
tree4849b891e01a049e816a671173040cc82f54b664
parent6efa51f512823ea4ca8a945ba34cd46143f99250
configure: Rerun bootstrap on modern platform.

The last time configure was run, it was run on a system that
did not enable -std=gnu11 by default, which meant that the
restrict qualifier would not be recognized on certain platforms.
This regenerates the configure files from running bootstrap.sh,
so that these should be recognized on all supported platforms.

Resolves: #586
configure
include/asterisk/autoconfig.h.in
menuselect/autoconfig.h.in