| commit | 4ffd73054a515af570168d98d97c8644b06f1951 | [log] [tgz] |
|---|---|---|
| author | Zack Weinberg <zack@owlfolio.org> | Wed Jun 26 14:40:15 2024 -0400 |
| committer | Zack Weinberg <zack@owlfolio.org> | Wed Jun 26 15:24:12 2024 -0400 |
| tree | f09cc2b05c95207982e914cf37649e90e8658fb3 | |
| parent | 4578ab146cdb000614f71b083e06a2012bc8c8d1 [diff] |
WIP: new m4sugar function m4_join_uniq. This is intended to be a pure version of m4_append_uniq, i.e. it does all its work by expansion and not by defining macros. It will be used by the code in the next commit. WIP: currently has severe bugs, foreach.m4 version still needed. * lib/m4sugar/m4sugar.m4 (m4_join_uniq, _m4_join_uniq): New macros. * doc/autoconf.texi: Document m4_join_uniq. * tests/m4sugar.at: Test m4_join_uniq.