m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/m4/module.c,v


From: Eric Blake
Subject: Changes to m4/m4/module.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: m4/module.c
===================================================================
RCS file: /sources/m4/m4/m4/module.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- m4/module.c 27 Sep 2006 12:24:53 -0000      1.46
+++ m4/module.c 16 Oct 2006 22:12:07 -0000      1.47
@@ -18,7 +18,7 @@
    02110-1301  USA
 */
 
-#include "pathconf.h"
+#include "configmake.h"
 #include "ltdl.h"
 #include "m4private.h"
 #include "xvasprintf.h"
@@ -341,7 +341,7 @@
     }
 
   if (!errors)
-    errors = lt_dlsetsearchpath (MODULE_PATH);
+    errors = lt_dlsetsearchpath (PKGLIBEXECDIR);
 
   /* If the user set M4MODPATH, then use that as the start of the module
      search path.  */




reply via email to

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