CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 06/07/10 01:44:10
Index: src/m4.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/m4.c,v
retrieving revision 1.1.1.1.2.13
retrieving revision 1.1.1.1.2.14
diff -u -b -r1.1.1.1.2.13 -r1.1.1.1.2.14
--- src/m4.c 7 Jul 2006 20:20:38 -0000 1.1.1.1.2.13
+++ src/m4.c 10 Jul 2006 01:44:10 -0000 1.1.1.1.2.14
@@ -208,6 +208,11 @@
stdout);
fputs ("\
\n\
+If defined, the environment variable `M4PATH' is a colon-separated list\n\
+of directories included after any specified by `-I'.\n",
+ stdout);
+ fputs ("\
+\n\
If no FILE or if FILE is `-', standard input is read.\n",
stdout);
}