summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a8a9f7cff..2a2c8d9be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-02-18 Oliver Kiddle <opk@zsh.org>
+ * 19437: configure.ac: don't rely on path search to find
+ config.modules.sh
+
* 19436: Completion/Unix/Type/_groups, Completion/Unix/Type/_hosts,
Completion/Unix/Type/_printers: complete more things from nis
diff --git a/configure.ac b/configure.ac
index 8dac87afd..cce7b3920 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2341,7 +2341,7 @@ AC_SUBST_FILE(VERSION_MK)dnl
AC_CONFIG_FILES(Config/defs.mk Makefile Doc/Makefile Etc/Makefile \
Src/Makefile Test/Makefile)
-AC_CONFIG_COMMANDS([config.modules], [. config.modules.sh])
+AC_CONFIG_COMMANDS([config.modules], [. ./config.modules.sh])
AC_OUTPUT