m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/src/main.c,v


From: Eric Blake
Subject: Changes to m4/src/main.c,v
Date: Mon, 16 Oct 2006 22:12:08 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/10/16 22:12:07

Index: src/main.c
===================================================================
RCS file: /sources/m4/m4/src/main.c,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- src/main.c  13 Oct 2006 16:46:47 -0000      1.97
+++ src/main.c  16 Oct 2006 22:12:07 -0000      1.98
@@ -21,10 +21,11 @@
 
 #include "m4.h"
 #include "m4private.h"
+
 #include "closeout.h"
+#include "configmake.h"
 #include "getopt.h"
 #include "version-etc.h"
-#include "pathconf.h"
 #include "xstrtol.h"
 
 #include <limits.h>
@@ -104,7 +105,7 @@
   -M, --module-directory=DIR   add DIR to module search path before\n\
                                `%s'\n\
   -m, --load-module=MODULE     load dynamic MODULE\n\
-"), MODULE_PATH);
+"), PKGLIBEXECDIR);
       fputs (_("\
 \n\
 Preprocessor features:\n\
@@ -159,7 +160,7 @@
 \n\
 If defined, the environment variable `M4PATH' is a colon-separated list\n\
 of directories included after any specified by `-I', and the variable\n\
-`M4MODPATH' is a colon-separated list of directories searched after any\n\
+`M4MODPATH' is a colon-separated list of directories searched before any\n\
 specified by `-M'.\n\
 "), stdout);
       fputs (_("\




reply via email to

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