view configure @ 15882:8fb7dd311ca7 v8.1.0947

patch 8.1.0947: using MSWIN before it is defined commit https://github.com/vim/vim/commit/7dca2ebbcf508ef2533f1b9f998f7e63c9bbd598 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 18 20:42:50 2019 +0100 patch 8.1.0947: using MSWIN before it is defined Problem: Using MSWIN before it is defined. (Cesar Romani) Solution: Move the block that uses MSWIN to below including vim.h. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Mon, 18 Feb 2019 20:45: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 "$@"