From a0ec1c694798a91a3df34eee89c5547dac90e432 Mon Sep 17 00:00:00 2001 From: wlemb Date: Sat, 6 Dec 2003 13:09:40 +0000 Subject: Use path separator character of target platform for compiled-in default paths. * aclocal.m4 (GROFF_TARGET_PATH_SEPARATOR): New macro. * configure.ac: Use GROFF_TARGET_PATH_SEPARATOR. * configure: Regenerated. * Makefile.in (SEP): Use GROFF_PATH_SEPARATOR. * src/include/nonposix.h (PATH_SEP_CHAR): New definition. Replace `PATH_SEP[0]' with `PATH_SEP_CHAR' everywhere. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 57c891d2..3aaaeece 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23,7 +23,7 @@ srcdir=@srcdir@ top_srcdir=@abs_top_srcdir@ VPATH=@srcdir@ top_builddir=@abs_top_builddir@ -SEP=@PATH_SEPARATOR@ +SEP=@GROFF_PATH_SEPARATOR@ version=`cat $(top_srcdir)/VERSION` # No additional number if revision is zero. -- cgit v1.2.1