]> git.draconx.ca Git - dxcommon.git/commit
Add a helper macro for gnulib monkey patches.
authorNick Bowler <nbowler@draconx.ca>
Fri, 1 Dec 2023 02:31:06 +0000 (21:31 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 1 Dec 2023 02:31:06 +0000 (21:31 -0500)
commit156615815cd9db9dfc55356939ec15d5d2ea5180
tree8a787970ee8bda11972716fc03d917b2a7ad1f66
parent6405aa895740d960d6f6e70976eeb44bd403f952
Add a helper macro for gnulib monkey patches.

Certain gnulib patches can be applied directly at m4 time, which
makes it pretty simple to share between projects, and should be a
bit more robust than e.g., patching conditional dependencies in
bootstrap scripts.
m4/gl-patches.m4 [new file with mode: 0644]