view configure @ 14794:9be43810b5ec v8.1.0409

patch 8.1.0409: startup test fails on MS-Windows commit https://github.com/vim/vim/commit/4b1c9a91b5d7f98b6e3391e776a289d485aa274d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 19 21:06:31 2018 +0200 patch 8.1.0409: startup test fails on MS-Windows Problem: Startup test fails on MS-Windows. Solution: Do the Arabic test in silent Ex mode. Loosen the check for -V2.
author Christian Brabandt <cb@256bit.org>
date Wed, 19 Sep 2018 21:15:06 +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 "$@"