m4-patches
[Top][All Lists]
Advanced

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

distcheck


From: Akim Demaille
Subject: distcheck
Date: 04 Nov 2002 20:06:20 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * doc/m4.texinfo (Esyscmd): Don't grep, use something easier:
        running m4 itself.
        * tests/others.at (iso8859): Use abs_srcdir, not srcdir.

Index: doc/m4.texinfo
===================================================================
RCS file: /cvsroot/m4/m4/doc/m4.texinfo,v
retrieving revision 1.14
diff -u -u -r1.14 m4.texinfo
--- doc/m4.texinfo 13 Oct 2001 08:55:09 -0000 1.14
+++ doc/m4.texinfo 4 Nov 2002 19:03:59 -0000
@@ -3378,14 +3378,13 @@
 arguments.
 @end deffn
 
-Assume you are positioned into the @file{tests} directory of GNU M4
-distribution, then:
+For instance:
 
 @example
-define(`vice', `esyscmd(`grep Vice Makefile')')
+define(`authors', `esyscmd(`m4 --version | grep Written')')
 @result{}
-vice
address@hidden  Ty Coon, President of Vice
+authors
address@hidden by Rene' Seindal and Gary V. Vaughan.
 @result{}
 @end example
 
Index: tests/others.at
===================================================================
RCS file: /cvsroot/m4/m4/tests/others.at,v
retrieving revision 1.14
diff -u -u -r1.14 others.at
--- tests/others.at 5 Oct 2001 07:50:26 -0000 1.14
+++ tests/others.at 4 Nov 2002 19:04:00 -0000
@@ -280,7 +280,7 @@
 This will be seen.
 ]])
 
-AT_CHECK_M4([$srcdir/iso8859.m4], 0, expout)
+AT_CHECK_M4([$abs_srcdir/iso8859.m4], 0, expout)
 
 AT_CLEANUP
 




reply via email to

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