summaryrefslogtreecommitdiff
path: root/m4/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'm4/path.c')
-rw-r--r--m4/path.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/path.c b/m4/path.c
index 37115d03..c69cdbac 100644
--- a/m4/path.c
+++ b/m4/path.c
@@ -30,6 +30,7 @@
#include "m4private.h"
+#include "configmake.h"
#include "dirname.h"
#include "filenamecat.h"
@@ -338,6 +339,9 @@ m4__include_init (m4 *context)
assert (info);
if (info->list_end == NULL)
search_path_add (info, "", false);
+
+ /* Non-core modules installation directory. */
+ search_path_add (info, PKGLIBDIR, false);
}
#ifdef DEBUG_INCL