"Mark D. Baushke" <[EMAIL PROTECTED]> writes: > #elif defined _MSC_VER > # define intmax_t _int64 > # define uintmax_t unsigned _int64
Yes, thanks, that should do it. I missed that connection with the older Microsoft compilers. I'll add that to the proposed patch. > 52: Multiline command from M4 expansion expected failure > (autotest.at:170) You can ignore anything that is listed as an expected failure. These are mostly just reminders to the Autoconf maintainers that a low-priority bug needs to get fixed at some point. (The list of expected failures changes from release to release, mostly because we find more bugs. :-)