view src/configure @ 22774:8561ae67f85d v8.2.1935

patch 8.2.1935: sort test fails on Mac Commit: https://github.com/vim/vim/commit/578f4cc7d0ce67101832b25cf77246fcd630e3c0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 1 17:19:07 2020 +0100 patch 8.2.1935: sort test fails on Mac Problem: Sort test fails on Mac. Solution: Disable the sort test with locale on Mac.
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Nov 2020 17:30:03 +0100
parents cd9471bd8e9e
children
line wrap: on
line source

#! /bin/sh
# run the automatically generated configure script
CONFIG_STATUS=auto/config.status \
	auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache
result=$?

# Stupid autoconf 2.5x causes this file to be left behind.
if test -f configure.lineno; then rm -f configure.lineno; fi

exit $result