m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/tests/m4.in,v


From: Eric Blake
Subject: Changes to m4/tests/m4.in,v
Date: Tue, 05 Sep 2006 23:16:42 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/09/05 23:16:40

Index: tests/m4.in
===================================================================
RCS file: /sources/m4/m4/tests/m4.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- tests/m4.in 22 Aug 2006 16:16:48 -0000      1.6
+++ tests/m4.in 5 Sep 2006 23:16:40 -0000       1.7
@@ -34,7 +34,11 @@
 #   actual program, either lt-m4, or m4.
 #
 # - In both cases, beware of .exe.
-sed 's,^[^:]*[lt-]*m4[.ex]*:,m4:,' /tmp/m4-$$ >&2
+# - Also, when tracing modules, lines of the form
+#      m4debug: module m4: opening file `m4.a'
+#   must be reduced, since module names are platform dependent.
+sed -e 's,^[^:]*[lt-]*m4[.ex]*:,m4:,' \
+    -e '/^m4debug: module/s/opening file.*/opening file/' /tmp/m4-$$ >&2
 rm /tmp/m4-$$
 
 exit $status




reply via email to

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