summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy/configure')
-rwxr-xr-xBuild/source/utils/xindy/configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/utils/xindy/configure b/Build/source/utils/xindy/configure
index 551b635c435..bb53c80b781 100755
--- a/Build/source/utils/xindy/configure
+++ b/Build/source/utils/xindy/configure
@@ -3980,7 +3980,9 @@ if test "x$with_clisp_runtime" != xsystem; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for clisp runtime" >&5
$as_echo_n "checking for clisp runtime... " >&6; }
if test "x$with_clisp_runtime" = xdefault; then
- LISP_RUN=`echo '(format t "~a" *lib-directory*)' | $CLISP -q -norc -`base/$LISP_RUN
+ # Convert dos line endings from cygwin clisp.
+ LISP_RUN=`echo '(format t "~a" *lib-directory*)' \
+ | $CLISP -q -norc - | tr -d '\r'`base/$LISP_RUN
else
LISP_RUN=$with_clisp_runtime
fi