view configure @ 13196:fbc58aa4ea1e v8.0.1472

patch 8.0.1472: MS-Windows: nsis installer is a bit slow commit https://github.com/vim/vim/commit/5d4247402b7195c6872485ddf1600a1cea723027 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 4 19:11:30 2018 +0100 patch 8.0.1472: MS-Windows: nsis installer is a bit slow Problem: MS-Windows: nsis installer is a bit slow. Solution: Use ReserveFile for vimrc.ini. (closes https://github.com/vim/vim/issues/2522)
author Christian Brabandt <cb@256bit.org>
date Sun, 04 Feb 2018 19:15:06 +0100
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 "$@"