Eric Blake <[EMAIL PROTECTED]> writes:

> Based on the documentation, I expected
> m4_for([i], [1], [5000], [[a]])
> to be identical to
> m4_for([i], [1], [5000], [], [[a]])
> with both forms printing 5000 a's.

That's not how I read the documentation; I read it as saying that you
need to provide an empty 'step' argument.  At this point I guess I'd
rather clarify the documentation than change the implementation.


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to