I would like to use m4
for doing some type-saving stuffs, so the loop will be definitely needed. When I read m4
doc, in chapter 6 there is 6.4
and 6.5
for iteration. But it looks like that foreach
is not a builtin macro (Composite?), how could I use it? In the example, they invoke m4
with -I examples
option, and include('foreach.m4')
, but this file seems not exist with error as:
cannot open `foreach.m4': No such file or directory
Any help is appreciated!
Li