From: Nick Bowler Date: Thu, 29 Feb 2024 04:08:12 +0000 (-0500) Subject: Add helper macro for libtool patches. X-Git-Url: http://git.draconx.ca/gitweb/dxcommon.git/commitdiff_plain/e2f2206552cd2153641c17908d938930fb15d3d4?hp=e2f2206552cd2153641c17908d938930fb15d3d4 Add helper macro for libtool patches. Monkey patch libtool to workaround a problem discovered when using the VAX C compiler. It seems that read-only static data initialized with function pointers can lead to trouble with this compiler. It is obviously not the only compiler with a problem like this, since libtool already similar exceptions to avoid "const" on other systems, we just need to add another case. ---