* Eric Blake wrote on Tue, Aug 12, 2008 at 05:56:31AM CEST: > Yes, I should add a test case along the lines of the following:
Yes, please, that prevents someone (else) later breaking this inadvertently. > In autoconf 2.62, this gives a spurious warning and wrong result: > m4_cond([a,a], [a,b], [yes], [no]) > m4:stdin:3: Warning: m4_if: extra arguments ignored: 5 > 4 > a,b > > the fixed version gives the desired result: > m4_cond([a,b], [a,b], [yes], [no]) > yes Thanks, Ralf
