From 6d171f509b5b62ed2d5e473e6538eacce24d6657 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 18 Feb 2004 13:33:08 +0000 Subject: 19437: don't rely on path search to find config.modules.sh --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a8a9f7cff..2a2c8d9be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-02-18 Oliver Kiddle + * 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 -- cgit 1.4.1