Hi, $ make check fails at test 76 (generated.at:esyscmd). M4 is the latest CVS soruce.
doc/m4.texinfo:3385: define(`vice', `esyscmd(`grep Vice Makefile')') It seems that Makefile is placed up two directories, so the path should be changed to '../../Makefile'. Tests are performed in ./tests/testsuite.dir/<testnum>/ and the Makefile is in ./tests/. David Patch: Index: doc/m4.texinfo =================================================================== RCS file: /cvsroot/m4/m4/doc/m4.texinfo,v retrieving revision 1.14 diff -r1.14 m4.texinfo 3385c3385 < define(`vice', `esyscmd(`grep Vice Makefile')') --- > define(`vice', `esyscmd(`grep Vice ../../Makefile')') _______________________________________________ Bug-m4 mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-m4
