X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/8c45dd9fec485578a09dbf541d4209dcf77acd5f..7029e258114ecffe7a80be495fba50a70e6ab00c:/m4/gl-patches.m4 diff --git a/m4/gl-patches.m4 b/m4/gl-patches.m4 index 887db7a..f16dd1b 100644 --- a/m4/gl-patches.m4 +++ b/m4/gl-patches.m4 @@ -6,13 +6,6 @@ # This is free software: you are free to do what the fuck you want to. # There is NO WARRANTY, to the extent permitted by law. -# DX_PATCH_MACRO([macro-name], [regexp], [replacement]) -# -# Patches the definition of macro-name by replacing substrings that match -# the given regexp (a la m4_bpatsubst). -AC_DEFUN([DX_PATCH_MACRO], [m4_ifdef([$1], - [m4_define([$1], m4_bpatsubst(m4_dquote(m4_defn([$1])), [$2], [$3]))])]) - # DX_PATCH_GNULIB # # Apply all the patches described below. Should be expanded before AC_INIT.