summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-12-06 13:09:40 +0000
committerwlemb <wlemb>2003-12-06 13:09:40 +0000
commita0ec1c694798a91a3df34eee89c5547dac90e432 (patch)
treeed2273a0aeb7c3e0d154ae74294e5e864fc32b9a /Makefile.in
parent0c132242916f13129299fe6739b1be939a85d456 (diff)
downloadgroff-a0ec1c694798a91a3df34eee89c5547dac90e432.tar.gz
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.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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.