Hello, I am trying to build m4-1.4.16 with gcc-4.5.3 on x86_64, and am getting a failed test:
FAIL: test-readlink (exit: 134)
===============================
test-readlink.h:41: assertion failed
Aborted
The relevant lines are
40 ASSERT (func ("", buf, sizeof buf) == -1);
41 ASSERT (errno == ENOENT);
Leon
