summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2014-11-20 22:09:03 +0000
committerGary V. Vaughan <gary@gnu.org>2014-11-20 22:16:31 +0000
commit4e9147c19130312b6ae4e93d7982393b78dbfc3b (patch)
tree387fbd5d311678abb9350ee7c630900bc10b2759 /configure.ac
parent1117977cc5c466546f155bacb82e9dd9a2f5b049 (diff)
downloadm4-4e9147c19130312b6ae4e93d7982393b78dbfc3b.tar.gz
modules: support non-posix PATH_SEPARATOR.
* configure.ac (PATH_SEPARATOR): Propagate to config.h. * m4/path.c (search_path_env_init): Respect PATH_SEPARATOR. Reported by KO Myung-Hun Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f43a412f..d4fffd62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -204,7 +204,14 @@ AC_MSG_RESULT([$use_modules])
AC_SUBST([DLPREOPEN])
AC_SUBST([PREOPEN_DEPENDENCIES])
+
+## ------------------------------- ##
+## Dynamic Loader Characteristics. ##
+## ------------------------------- ##
+
LT_FUNC_DLSYM_USCORE
+AC_DEFINE_UNQUOTED([PATH_SEPARATOR], ['$PATH_SEPARATOR'],
+ [Define this to system search path delimiter])
## ---------------- ##