bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug: test 76: grep: Makefile no such file


From: David Sterba
Subject: Bug: test 76: grep: Makefile no such file
Date: Tue, 5 Mar 2002 11:52:03 +0100 (CET)

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')')




reply via email to

[Prev in Thread] Current Thread [Next in Thread]