view configure @ 14567:7267c0d910fe v8.1.0297

patch 8.1.0297: MS-Windows: tests fail, Vim crashes commit https://github.com/vim/vim/commit/cea1f9ec5256755ad119526fea2ef6811f7b53cd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 19 14:38:42 2018 +0200 patch 8.1.0297: MS-Windows: tests fail, Vim crashes Problem: MS-Windows: tests fail, Vim crashes. Solution: Fix long file name handling.
author Christian Brabandt <cb@256bit.org>
date Sun, 19 Aug 2018 14: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 "$@"