view configure @ 11335:bc8e3fd275be v8.0.0553

patch 8.0.0553: toupper/tolower test fails on Mac commit https://github.com/vim/vim/commit/9f4de1f5435b900e43e19766da1a5bed4686cf44 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 8 19:39:43 2017 +0200 patch 8.0.0553: toupper/tolower test fails on Mac Problem: Toupper/tolower test with Turkish locale fails on Mac. Solution: Skip the test on Mac.
author Christian Brabandt <cb@256bit.org>
date Sat, 08 Apr 2017 19:45:04 +0200
parents cd9471bd8e9e
children a1ca6778da49
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd src && exec ./configure "$@"